zsh/plugins/bundled-compdefs/bundledcompdefs.plugin.zsh

8 lines
197 B
Bash
Raw Permalink Normal View History

2020-02-24 09:44:13 +00:00
#!/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