Add local plugin for bundled compdefs

This commit is contained in:
crater2150 2020-02-24 10:44:13 +01:00
parent 8b69dae131
commit bbd9165820
2 changed files with 9 additions and 1 deletions

View 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