]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/please/please.plugin.zsh
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / please / please.plugin.zsh
1 if (( $+commands[plz] )); then
2     source <(plz --completion_script)
3 fi
4
5 alias pb='plz build'
6 alias pt='plz test'
7 alias pw='plz watch'