# .zshrc # vim:ft=zsh: # Eryn Wells function binary_exists { return $(hash $1 1>/dev/null 2>&1) } binary_exists "$@"