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