all repos — archive/dotfiles @ 6d996c60ff93d5c9ff01015e89b5932eb190eafc

Superseded by nixfiles

zsh: Add zsh-completions to fpath
Alan Pearce alan@bulbstudios.com
Thu, 31 Oct 2013 21:50:15 +0000
commit

6d996c60ff93d5c9ff01015e89b5932eb190eafc

parent

ac2ffde265b616d60a56b7b806fef85368bd3d25

1 files 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"