mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
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:
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
fpath+="$(dirname $0)/src"
|
||||||
|
|
||||||
|
compinit
|
||||||
Reference in New Issue
Block a user