all repos — nixfiles @ de9b9c137bb1cb3d8ed3f4c4ab4a98e9fb150b5c

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

zsh: Don't hardcode zpath to macports site-functions
Alan Pearce alan@alanpearce.eu
Tue, 13 Jun 2017 10:10:54 +0200
commit

de9b9c137bb1cb3d8ed3f4c4ab4a98e9fb150b5c

parent

381eb74615c5577d90998a737f6e2a96370ee979

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

jump to
M zsh/.config/zsh/.zshrczsh/.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