# zsh custom functions

function -exe () {    
    whence -p $1 >/dev/null 2>&1
    return $?
}