Commit Graph

38 Commits

Author SHA1 Message Date
Koichi Murase
4b95670330 feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
Кирилл Леонов
b246494afc
aliases/cargo: Move cargo plugin to aliases (#599) 2024-09-03 20:40:28 +09:00
Koichi Murase
d3a6ae3045 docs(aliases/general): mention the origin 2024-07-25 15:22:50 +09:00
Koichi Murase
084a0844b9 docs(aliases): add "aliases/general.aliases.md" 2024-07-25 15:11:51 +09:00
Koichi Murase
aa5c5c1669 docs(aliases/debian): fix typos 2024-07-25 15:03:03 +09:00
Koichi Murase
25df2421aa docs(aliases): split files into pages for respective modules 2024-07-25 15:01:11 +09:00
Blackteahamburger
8ae205f918
feat(alias/package-manager): Add some useful aliases for portage (#542)
* Add some useful aliases for portage
* Improve the description of emfu
* Update README.md
2024-04-01 21:59:52 +09:00
Blackteahamburger
4306bfebcb
aliases/package-manager: improve aliases of portage (#513)
* docs: mark `ers` deprecated
* fix(emfu): remove -j and change -U to -N
* docs(emfu): add description
* feat: add 'ec' and `ecp`
* fix: add restrictions on defining 'ecd', 'ecp', and 'elip'
2024-01-14 11:57:07 +09:00
William Sawyer
d7ef680fc8
aliases: Remove empty other permissions from chmod alias comment 2023-12-19 00:28:55 +10:00
William Sawyer
4de61d8ad9
aliases: Correct chmod alias comment permissions 2023-12-19 00:28:40 +10:00
GR3YH4TT3R93
57c9300c64
aliases/package-manager: Add nala aliases (#463) 2023-08-07 07:49:29 +09:00
Tim Bentley
a75f284ceb
aliases/package-manager: Add DNF (dandified yum) aliases (#459) 2023-07-26 08:44:56 +09:00
Koichi Murase
681daf84e7 lib/util: Add "_omb_util_alias_delayed" 2023-04-09 23:21:56 +09:00
Koichi Murase
0e9f0e7e7c aliases/general: Avoid using bash-4.0 feature |& 2023-04-06 11:46:04 +09:00
Brent Wilkins
c6f7d4fe9f
aliases: Add Docker aliases (#421)
* Copied the Docker aliases from https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/docker/docker.plugin.zsh
* Sorted sections in README.md and put the new aliases in code tags
* Fixed table header divider alignment
2023-04-04 06:47:14 +09:00
Koichi Murase
5fd472f0f2 aliases/general: Check -W flag for alias nano 2023-03-27 00:14:17 +09:00
Hrudaynath Dhabe
1d4ada3d5c aliases/ls: Fix a minor comment 2023-02-27 23:59:52 -08:00
Koichi Murase
fff8f7f002 aliases/misc: Add source information 2023-01-24 09:16:54 +09:00
Koichi Murase
64ac3df5c4 aliases/misc: Check existence of executables for aliases 2023-01-24 09:16:54 +09:00
Koichi Murase
81099f1c28 aliases/misc: Do not assume the absolute path of executables 2023-01-07 13:18:58 +09:00
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