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, 0 insertions, 7 deletions
diff --git a/zsh/oh-my-zsh/plugins/please/please.plugin.zsh b/zsh/oh-my-zsh/plugins/please/please.plugin.zsh
deleted file mode 100644
index 0f58307..0000000
--- a/zsh/oh-my-zsh/plugins/please/please.plugin.zsh
+++ /dev/null
@@ -1,7 +0,0 @@
-if (( $+commands[plz] )); then
- source <(plz --completion_script)
-fi
-
-alias pb='plz build'
-alias pt='plz test'
-alias pw='plz watch'