common.zsh 97 B

123456789
  1. #
  2. # Zsh custom functions
  3. #
  4. function -exe () {
  5. whence -p $1 >/dev/null 2>&1
  6. return $?
  7. }