zsh: Don't hardcode zpath to macports site-functions
1 file changed, 0 insertions(+), 5 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.config/zsh/.zshrc
@@ -7,11 +7,6 @@ HISTFILE=${XDG_CACHE_HOME:=$HOME/.cache}/zsh/history WORDCHARS=${${WORDCHARS//[-.]}//[\/]} -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