4 lines
99 B
Text
4 lines
99 B
Text
# Check if ZSH thinks the binary exists
|
|
# Eryn Wells <eryn@erynwells.me>
|
|
|
|
hash $1 1>/dev/null 2>&1
|