diff options
Diffstat (limited to 'zsh/zshrc')
-rwxr-xr-x | zsh/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index 6fe27db7..c30c4635 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -30,6 +30,10 @@ fpath=( ~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" |