Commit Graph

18 Commits

Author SHA1 Message Date
Andy Lo-A-Foe
1c7f6d67ce
aliases: Add Terraform aliases (#367) 2022-11-06 12:11:39 +09:00
frogwine
27be178aa3 aliases: Add "debian" aliases 2022-09-29 19:45:37 +09:00
Koichi Murase
074fe6fe2b aliases/general(cp,mv,mkdir): Fix command-not-found by expanded aliases in functions 2022-09-16 20:17:42 +09:00
Koichi Murase
f52647d6d6 aliases/general (cic): fix non-working readline configuration 2022-08-23 13:58:49 +09:00
Koichi Murase
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
Koichi Murase
4309b4ec4b lib/base,aliases/general: add copyright information 2022-08-23 11:38:26 +09:00
Koichi Murase
bc12b82574 aliases/misc: Use "_omb_util_binary_exists" 2022-02-22 18:50:09 +09:00
Jacob Hrbek
6641299075 aliases/misc: Add aliases "ix", "xcopy", and "llm" 2022-02-22 18:50:09 +09:00
Koichi Murase
16896830ef aliases/README: Describe the alias module "package-manager" 2022-02-22 18:43:38 +09:00
Koichi Murase
464b738533 aliases/package-manager: Introduce OMB_USE_SUDO and OMB_ALIAS_PACKAGE_MANAGER_SUDO 2022-02-22 18:43:38 +09:00
Koichi Murase
0646c47f30 aliases/package-manager: Use _omb_util_binary_exists for testing command existence 2022-02-22 18:43:38 +09:00
Koichi Murase
92823a2840 aliases/package-manager: Normalize indentation 2022-02-22 18:43:38 +09:00
Jacob Hrbek
aa5a3c3909 aliases/package-manager: Add aliases for package manager handling 2022-02-22 18:43:38 +09:00
Koichi Murase
c3bcc5c6d2 refactor: Normalize shebang of scripts to source 2022-01-15 19:00:35 +09:00
Koichi Murase
3d2b35a3eb refactor: Replace invalid shebang lines 2022-01-15 15:46:11 +09:00
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