0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

12 commits

Author SHA1 Message Date
vladislav doster
1d09c6bb0a
style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
vladislav doster
82d261603d
feat(gnu-utils): add gindent (#11569) 2023-03-20 08:11:03 +01:00
Marc Cornellà
cd647b6dc6
fix(gnu-utils): reset ls alias to use GNU-based --color argument (#11527)
Fixes #11503
2023-02-26 15:44:18 +01:00
Robert Lankford
51555fc4b3
feat(gnu-utils): include ghostname if present (#10867) 2022-04-19 13:18:05 +02:00
Marc Cornellà
8cb53ba692
fix(gnu-utils): reassign GNU utils on preexec (#10535)
The previous version rebound the `hash` and `rehash` builtins to
reassing GNU utils when they were called. This didn't take into
account that when `$PATH` changes, the commands are rehashed as
well.

This version adds a preexec hook to reassign the GNU utilities
before running any command, if and only if they aren't already
reassigned. This is checked by looking at the `whoami` command.

Fixes #10535
2021-12-27 17:34:06 +01:00
Marc Cornellà
0f1de08713
fix(gnu-utils): always reapply GNU coreutils on rehash 2021-12-26 23:29:58 +01:00
Robert Lankford
5b4e3ee7f1
feat(gnu-utils): include ggrep in gcmds (#10044)
Co-authored-by: Robert Lankford <robert.lankford@nuorder.com>
2021-07-12 17:16:26 +02:00
Monson Shao
6ad6fea52a
gnu-utils: append make to cmds (#8794)
GNU "make" is installed as "gmake" by homebrew.
2020-04-03 16:13:36 +02:00
Marc Cornellà
a952854c12 gnu-utils: add README, simplify plugin 2019-12-27 00:04:40 +01:00
Patrick José Pereira
7079e67c11 'plugins/gnu-utils/gnu-utils.plugin.zsh: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-30 10:34:16 -02:00
Kentaro Wada
daa04bae86 gnu-utils: add findutils (find,xargs,locate) 2015-08-01 03:11:58 +09:00
Sorin Ionescu
bf86502b69 Added gnu-utils plugin. 2011-06-01 20:34:39 -04:00