Commit Graph

3 Commits

Author SHA1 Message Date
Alvin Baptiste
2a41e70e92
aliases/general: Add fix_term alias to reset the terminal (#153)
- This alias resets the terminal in cases where `stty sane` and
  reset may not work.

Authored-by: Alvin <alvin@thedarkside.local>
2020-06-11 15:37:51 +07:00
Toan Nguyen
53fb803740
OMB - Major Refactor (#39)
* OMB - Major Refactor

- Aliases and completions now works like plugins (need to enabled in .bashrc)
- Removed the compatible check in spectrum.sh, OMB now works with Bash v3.x like the old days.
- Removed core plugin, added those bash functions into base.sh and load during startup.
- Updated OSH template for new installations
- Added history config and few other stuff from #17

@TODO: Added a shell script to update old version of .bashrc to new one.

* Fixed ShellCheck issues

* Fixed ShellCheck issues
2019-01-23 03:05:32 -08:00
Toan Nguyen
e65c390bfa Improve oh-my-bash functionality
* Implement aliases, completion in oh-my-bash
 * Added default themes from Bash-it
 * Fixed few issues
2017-10-10 18:07:01 +07:00