mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Make gnu-getopt be specific to UAC00013
This commit is contained in:
7
zsh/gnu-getopt.zsh
Normal file
7
zsh/gnu-getopt.zsh
Normal 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
|
||||
Reference in New Issue
Block a user