Add zsh-completions.plugin.zsh file for easy installation with oh-my-zsh

Clone zsh-completions to ~/.oh-my-zsh/custom/plugins, and add

    plugins+=zsh-completions

should be able to activate this as an oh-my-zsh plugin.
This commit is contained in:
Hong Xu
2013-06-01 12:11:45 -07:00
parent 53dd086f56
commit 2f3e0d780b
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env zsh
fpath+="$(dirname $0)/src"
compinit