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 01:15:51 -07:00
parent 53dd086f56
commit 2f3e0d780b
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/env zsh
fpath+="$(dirname $0)/src"
compinit