Add local plugin for bundled compdefs
This commit is contained in:
parent
8b69dae131
commit
bbd9165820
2 changed files with 9 additions and 1 deletions
7
plugins/bundled-compdefs/bundledcompdefs.plugin.zsh
Executable file
7
plugins/bundled-compdefs/bundledcompdefs.plugin.zsh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/zsh
|
||||
# This zsh plugin loads compdefs bundled with packages, that are not usually
|
||||
# installed into fpath
|
||||
|
||||
if (( $+commands[bloop] )); then
|
||||
fpath+=${$(realpath $commands[bloop]):h}/zsh
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue