Skip to content

Commit

Permalink
changes to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjoy committed Oct 26, 2015
1 parent 5cd166b commit 7cab8cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ alias ls='ls -G'
# So that I always can use `tt'
export ALTERNATE_EDITOR="nano"

export PATH="/Users/sanjoy/prefix/clang/bin:/Users/sanjoy/prefix/bin:/Users/sanjoy/prefix/arcanist/arcanist/bin:${PATH}"

bindkey '^H' backward-delete-word
bindkey '^S' push-line

Expand All @@ -106,9 +104,8 @@ WORK_CONFIG=~sanjoy/.work-zshrc
if [[ -f $WORK_CONFIG ]]; then
. $WORK_CONFIG
else
export PATH="~sanjoy/Library/Haskell/bin:$PATH"
# Brew needs this
PATH="/usr/local/bin:$PATH"
export PATH="/Users/sanjoy/Library/Haskell/bin:/Users/sanjoy/prefix/clang/bin:/Users/sanjoy/prefix/bin:/Users/sanjoy/prefix/arcanist/arcanist/bin:/usr/local/bin:${PATH}"
fi


Expand Down

0 comments on commit 7cab8cf

Please sign in to comment.