summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/please/please.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/please/please.plugin.zsh')
-rw-r--r--zsh/oh-my-zsh/plugins/please/please.plugin.zsh7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/oh-my-zsh/plugins/please/please.plugin.zsh b/zsh/oh-my-zsh/plugins/please/please.plugin.zsh
new file mode 100644
index 0000000..0f58307
--- /dev/null
+++ b/zsh/oh-my-zsh/plugins/please/please.plugin.zsh
@@ -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'