forked from colonelpanic/dotfiles
Force empty path when building env in shellenv.sh
This commit is contained in:
parent
c6c02ebbc2
commit
e9f6a72ee8
@ -8,6 +8,8 @@ function _source_shellenv_files {
|
||||
}
|
||||
|
||||
function _setup_env {
|
||||
PATH="/bin/"
|
||||
_path_helper
|
||||
idem_add_to_back_of_path "$HOME/.local/lib/python2.6/site-packages"
|
||||
idem_add_to_back_of_path "$HOME/.rvm/bin"
|
||||
idem_add_to_front_of_path "$HOME/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user