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:
parent
53dd086f56
commit
2f3e0d780b
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
fpath+="$(dirname $0)/src"
|
||||
|
||||
compinit
|
Loading…
Reference in New Issue