0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

gnu-utils: append make to cmds (#8794)

GNU "make" is installed as "gmake" by homebrew.
This commit is contained in:
Monson Shao 2020-04-03 22:13:36 +08:00 committed by GitHub
parent 621de1e20b
commit 6ad6fea52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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