From d047b1d407b0db0d15645e36464fc1bd1b5ea771 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 6 Dec 2016 14:06:39 +0100 Subject: Load macports zsh-functions --- tag-zsh/config/zsh/zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tag-zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index b4251ce..dd92a0c 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-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 -- cgit 1.4.1