From cd703d3c3c094e21fe2ce142601063f2920b479f Mon Sep 17 00:00:00 2001 From: Greg Anders Date: Thu, 24 Aug 2017 22:06:23 -0500 Subject: [PATCH] Add make to gnu-utility commands --- modules/gnu-utility/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gnu-utility/init.zsh b/modules/gnu-utility/init.zsh index 6556032..5df4fe3 100644 --- a/modules/gnu-utility/init.zsh +++ b/modules/gnu-utility/init.zsh @@ -42,7 +42,7 @@ _gnu_utility_cmds=( 'libtool' 'libtoolize' # Miscellaneous - 'getopt' 'grep' 'indent' 'sed' 'tar' 'time' 'units' 'which' + 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time' 'units' 'which' ) # Wrap GNU utilities in functions.