all repos — archive/dotfiles @ de9b9c137bb1cb3d8ed3f4c4ab4a98e9fb150b5c

Superseded by nixfiles

zsh: Don't hardcode zpath to macports site-functions

Alan Pearce
commit

de9b9c137bb1cb3d8ed3f4c4ab4a98e9fb150b5c

parent

381eb74615c5577d90998a737f6e2a96370ee979

1 file 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