Changed the way that the path is edited.

This commit is contained in:
2013-03-19 10:18:07 -07:00
parent 7f26363ccb
commit 960efe0290
2 changed files with 4 additions and 2 deletions

4
.path
View File

@@ -1 +1,3 @@
export PATH="$PATH:$HOME/.local/lib/python2.6/site-packages"
export PATH="$PATH:$HOME/.local/lib/python2.6/site-packages"
# put usr/local/bin first.
export PATH=/usr/local/bin:`echo $PATH | sed "s|:*/usr/local/bin||" | sed "s|^:||"`