Mercurial > dotfiles
changeset 248:142625660e60
No need for some PATH stuff I think.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 24 Dec 2014 17:13:45 -0800 |
parents | e869b2f99c75 |
children | efff5f3e72bb |
files | bashrc/bashrc |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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