all repos — nixfiles @ 6d996c60ff93d5c9ff01015e89b5932eb190eafc

System and user configuration, managed by nix and home-manager

zsh: Add zsh-completions to fpath

Alan Pearce
commit

6d996c60ff93d5c9ff01015e89b5932eb190eafc

parent

ac2ffde265b616d60a56b7b806fef85368bd3d25

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M zsh/zshrczsh/zshrc
@@ -30,6 +30,10 @@ $myfuncs
~alan/projects/dotfiles/zsh/completion/ $fpath ) +if [[ -d /usr/local/share/zsh-completions ]] +then + fpath=(/usr/local/share/zsh-completions $fpath) +fi export PATH export PAGER="less"