common.zsh 97 B

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