dotfiles/zsh/func/binary_exists

4 lines
99 B
Text

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