From fc444f57e11131b2cad68f474bcf1201cba062a4 Mon Sep 17 00:00:00 2001 From: Julio Batista Silva Date: Tue, 31 Jan 2023 18:02:09 +0100 Subject: [PATCH] gnu-utility: add awk https://www.gnu.org/software/gawk/ https://formulae.brew.sh/formula/gawk --- modules/gnu-utility/init.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gnu-utility/init.zsh b/modules/gnu-utility/init.zsh index 85e8605..a8521f0 100644 --- a/modules/gnu-utility/init.zsh +++ b/modules/gnu-utility/init.zsh @@ -44,8 +44,8 @@ _gnu_utility_cmds=( 'libtool' 'libtoolize' # Miscellaneous - 'egrep' 'fgrep' 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time' 'units' - 'which' + 'awk' 'egrep' 'fgrep' 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time' + 'units' 'which' ) # Wrap GNU utilities in functions.