please.plugin.zsh 135 B

1234567
  1. if (( $+commands[plz] )); then
  2. source <(plz --completion_script)
  3. fi
  4. alias pb='plz build'
  5. alias pt='plz test'
  6. alias pw='plz watch'