Load macports zsh-functions
1 file changed, 5 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → 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