mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
8 lines
145 B
Bash
8 lines
145 B
Bash
#
|
|
# 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
|