Skip to content

Commit

Permalink
move anaconda to front of zsh PATH
Browse files Browse the repository at this point in the history
fucked if I do, fucked if I don't -- this seems to be less fucky.

just beware of makepkg using anaconda's curl and fucking up
  • Loading branch information
gforsyth committed Oct 22, 2015
1 parent ae5271e commit 863f164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ alias mount='sudo mount -o uid=gil,gid=users'

case $HOST in
(bad_cat) export PATH=/home/gil/miniconda3/bin:$PATH;;
(theo) export PATH=$PATH:/home/gil/anaconda/bin;;
(theo) export PATH=/home/gil/anaconda/bin:$PATH;;
esac

export EDITOR="vim"
Expand Down

0 comments on commit 863f164

Please sign in to comment.