Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-19 | feat(gnu-utils): include `ghostname` if present (#10867) | Robert Lankford | |
2021-12-27 | fix(gnu-utils): reassign GNU utils on `preexec` (#10535) | Marc Cornellà | |
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-26 | fix(gnu-utils): always reapply GNU coreutils on `rehash` | Marc Cornellà | |
2021-07-12 | feat(gnu-utils): include ggrep in gcmds (#10044) | Robert Lankford | |
Co-authored-by: Robert Lankford <robert.lankford@nuorder.com> | |||
2020-04-03 | gnu-utils: append make to cmds (#8794) | Monson Shao | |
GNU "make" is installed as "gmake" by homebrew. | |||
2019-12-27 | gnu-utils: add README, simplify plugin | Marc Cornellà | |
2016-12-30 | 'plugins/gnu-utils/gnu-utils.plugin.zsh: Solve typos' | Patrick José Pereira | |
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> | |||
2015-08-01 | gnu-utils: add findutils (find,xargs,locate) | Kentaro Wada | |
2011-06-01 | Added gnu-utils plugin. | Sorin Ionescu | |