From 6ad6fea52a7c59c12f95db974514891d2c111075 Mon Sep 17 00:00:00 2001 From: Monson Shao Date: Fri, 3 Apr 2020 22:13:36 +0800 Subject: [PATCH] gnu-utils: append make to cmds (#8794) GNU "make" is installed as "gmake" by homebrew. --- plugins/gnu-utils/gnu-utils.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gnu-utils/gnu-utils.plugin.zsh b/plugins/gnu-utils/gnu-utils.plugin.zsh index 967b8b4ea..23e00c295 100644 --- a/plugins/gnu-utils/gnu-utils.plugin.zsh +++ b/plugins/gnu-utils/gnu-utils.plugin.zsh @@ -36,7 +36,7 @@ __gnu_utils() { gcmds+=('gfind' 'gxargs' 'glocate') # Not part of either coreutils or findutils, installed separately. - gcmds+=('gsed' 'gtar' 'gtime') + gcmds+=('gsed' 'gtar' 'gtime' 'gmake') for gcmd in "${gcmds[@]}"; do # Do nothing if the command isn't found