dotfiles/zsh/func/binary_exists

5 lines
99 B
Text
Raw Normal View History

2022-01-22 10:12:21 -08:00
# Check if ZSH thinks the binary exists
2021-12-31 11:54:55 -08:00
# Eryn Wells <eryn@erynwells.me>
2022-01-22 10:12:21 -08:00
hash $1 1>/dev/null 2>&1