forked from colonelpanic/dotfiles
Changed the way that the path is edited.
This commit is contained in:
parent
7f26363ccb
commit
960efe0290
4
.path
4
.path
@ -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|^:||"`
|
@ -1 +1 @@
|
||||
Subproject commit 638717127eb878134ee2a88a9eab5676e6c62264
|
||||
Subproject commit 13c54cef7a68b7c66c813a1775ded352da0059e4
|
Loading…
Reference in New Issue
Block a user