mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 16:00:41 +01:00
Add plugin for Please (#6568)
This commit is contained in:
7
plugins/please/please.plugin.zsh
Normal file
7
plugins/please/please.plugin.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
if (( $+commands[plz] )); then
|
||||
source <(plz --completion_script)
|
||||
fi
|
||||
|
||||
alias pb='plz build'
|
||||
alias pt='plz test'
|
||||
alias pw='plz watch'
|
||||
Reference in New Issue
Block a user