From 6d996c60ff93d5c9ff01015e89b5932eb190eafc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 31 Oct 2013 21:50:15 +0000 Subject: zsh: Add zsh-completions to fpath --- zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh') 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" -- cgit 1.4.1