f52647d6d6
aliases/general (cic): fix non-working readline configuration
2022-08-23 13:58:49 +09:00
91b36b48a7
aliases/general (cp,mv,mkdir): check the support for non-POSIX "-v"
...
https://github.com/ohmybash/oh-my-bash/issues/351
2022-08-23 13:58:49 +09:00
4309b4ec4b
lib/base,aliases/general: add copyright information
2022-08-23 11:38:26 +09:00
bc12b82574
aliases/misc: Use "_omb_util_binary_exists"
2022-02-22 18:50:09 +09:00
6641299075
aliases/misc: Add aliases "ix", "xcopy", and "llm"
2022-02-22 18:50:09 +09:00
16896830ef
aliases/README: Describe the alias module "package-manager"
2022-02-22 18:43:38 +09:00
464b738533
aliases/package-manager: Introduce OMB_USE_SUDO and OMB_ALIAS_PACKAGE_MANAGER_SUDO
2022-02-22 18:43:38 +09:00
0646c47f30
aliases/package-manager: Use _omb_util_binary_exists for testing command existence
2022-02-22 18:43:38 +09:00
92823a2840
aliases/package-manager: Normalize indentation
2022-02-22 18:43:38 +09:00
aa5a3c3909
aliases/package-manager: Add aliases for package manager handling
2022-02-22 18:43:38 +09:00
c3bcc5c6d2
refactor: Normalize shebang of scripts to source
2022-01-15 19:00:35 +09:00
3d2b35a3eb
refactor: Replace invalid shebang lines
2022-01-15 15:46:11 +09:00
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
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
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