Make gnu-getopt be specific to UAC00013

This commit is contained in:
2019-02-04 14:38:45 +00:00
parent 2f8a368e98
commit 3ddcef5402
3 changed files with 13 additions and 2 deletions

7
zsh/gnu-getopt.zsh Normal file
View File

@@ -0,0 +1,7 @@
#
# Use gnu-getopt if it's available
#
if [ -f "/usr/local/opt/gnu-getopt/bin/getopt" ]; then
path_prepend "/usr/local/opt/gnu-getopt/bin"
fi