summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/environment.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh
index 080e234..65000fb 100755
--- a/zsh/environment.zsh
+++ b/zsh/environment.zsh
@@ -27,6 +27,11 @@ then
 	fpath=(/usr/local/share/zsh-completions $fpath)
 fi
 
+if [[ -d /usr/local/share/zsh/site-functions ]]
+then
+	fpath=(/usr/local/share/zsh/site-functions $fpath)
+fi
+
 export FPATH
 
 case $OSTYPE in