summaryrefslogtreecommitdiff
path: root/plugins/please/please.plugin.zsh
blob: 0f58307ab20d35c7371307ae3b333c93d3f8644a (plain)
1
2
3
4
5
6
7
if (( $+commands[plz] )); then
    source <(plz --completion_script)
fi

alias pb='plz build'
alias pt='plz test'
alias pw='plz watch'