diff options
author | Alan Pearce | 2016-12-06 14:06:39 +0100 |
---|---|---|
committer | Alan Pearce | 2016-12-06 14:06:39 +0100 |
commit | d047b1d407b0db0d15645e36464fc1bd1b5ea771 (patch) | |
tree | 873f09d3334e5a64e08c8aac40f245238944f817 /tag-zsh/config/zsh | |
parent | a9c83c6d0a04425fbda8735d91edef7d34f24d79 (diff) | |
download | nixfiles-d047b1d407b0db0d15645e36464fc1bd1b5ea771.tar.lz nixfiles-d047b1d407b0db0d15645e36464fc1bd1b5ea771.tar.zst nixfiles-d047b1d407b0db0d15645e36464fc1bd1b5ea771.zip |
Load macports zsh-functions
Diffstat (limited to 'tag-zsh/config/zsh')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index b4251ce9..dd92a0c6 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 |