mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #119 from kirelagin/zsh-vendor-completions
zsh: Add vendor-completions to fpath
This commit is contained in:
commit
9cd9232a4a
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ in
|
|||
|
||||
# Tell zsh how to find installed completions
|
||||
for p in ''${(z)NIX_PROFILES}; do
|
||||
fpath+=($p/share/zsh/site-functions $p/share/zsh/$ZSH_VERSION/functions)
|
||||
fpath+=($p/share/zsh/site-functions $p/share/zsh/$ZSH_VERSION/functions $p/share/zsh/vendor-completions)
|
||||
done
|
||||
|
||||
${cfg.promptInit}
|
||||
|
|
Loading…
Reference in a new issue