# HG changeset patch # User Ludovic Chabant # Date 1419470025 28800 # Node ID 142625660e60a39d36ae37d1d37a4e11cfb13eb9 # Parent e869b2f99c752c74b7737b739543fdacea1926f0 No need for some PATH stuff I think. diff -r e869b2f99c75 -r 142625660e60 bashrc/bashrc --- a/bashrc/bashrc Wed Dec 24 15:30:57 2014 -0800 +++ b/bashrc/bashrc Wed Dec 24 17:13:45 2014 -0800 @@ -6,13 +6,13 @@ PATH=$HOME/bin:$PATH # Homebrew binaries. -PATH=/usr/local/bin:$PATH +PATH=/usr/local/sbin:/usr/local/bin:$PATH # Python from Homebrew -PATH=/usr/local/share/python:$PATH +#PATH=/usr/local/share/python:$PATH # Ruby from Homebrew -PATH=/usr/local/Cellar/ruby/1.9.3-p194/bin:$PATH +#PATH=/usr/local/Cellar/ruby/1.9.3-p194/bin:$PATH # Done! export PATH