Skip to content

Commit

Permalink
gnu-utility: add awk
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsilva authored and jeffwidman committed Jan 31, 2023
1 parent 8be95c9 commit fc444f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gnu-utility/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fc444f5

Please sign in to comment.