all repos — nixfiles @ d047b1d407b0db0d15645e36464fc1bd1b5ea771

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

Load macports zsh-functions
Alan Pearce alan@alanpearce.uk
Tue, 06 Dec 2016 14:06:39 +0100
commit

d047b1d407b0db0d15645e36464fc1bd1b5ea771

parent

a9c83c6d0a04425fbda8735d91edef7d34f24d79

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -31,6 +31,11 @@ then   path+=($HOME/.local/bin)
 fi
 
+if [[ -d /opt/local/share/zsh/site-functions ]]
+then
+  fpath+=(/opt/local/share/zsh/site-functions)
+fi
+
 export EDITOR=emacsclient
 alias ec=emacsclient
 alias open-project=projectile