summaryrefslogtreecommitdiff
path: root/plugins/gnu-utils
AgeCommit message (Collapse)Author
2023-03-20feat(gnu-utils): add `gindent` (#11569)vladislav doster
2023-02-26fix(gnu-utils): reset ls alias to use GNU-based --color argument (#11527)Marc Cornellà
Fixes #11503
2022-04-19feat(gnu-utils): include `ghostname` if present (#10867)Robert Lankford
2021-12-27fix(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-26fix(gnu-utils): always reapply GNU coreutils on `rehash`Marc Cornellà
2021-07-12feat(gnu-utils): include ggrep in gcmds (#10044)Robert Lankford
Co-authored-by: Robert Lankford <robert.lankford@nuorder.com>
2020-04-03gnu-utils: append make to cmds (#8794)Monson Shao
GNU "make" is installed as "gmake" by homebrew.
2019-12-27gnu-utils: add README, simplify pluginMarc 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-01gnu-utils: add findutils (find,xargs,locate)Kentaro Wada
2011-06-01Added gnu-utils plugin.Sorin Ionescu