forked from colonelpanic/dotfiles
[shell] Fix shellenv source ordering
This commit is contained in:
parent
fa9e51a00a
commit
146424ae4c
@ -1,8 +1,5 @@
|
||||
source "$HOME/.lib/shellpath.sh"
|
||||
|
||||
test -r ~/.customenv.sh && source ~/.customenv.sh
|
||||
source_if_exists ~/.this-machine-env.sh
|
||||
|
||||
environment_variable_exists ENVIRONMENT_SETUP_DONE || _setup_env
|
||||
|
||||
# TODO(imalison): These need to run every time because of how their
|
||||
@ -19,3 +16,6 @@ environment_variable_exists ENVIRONMENT_SETUP_DONE || _setup_env
|
||||
_python_setup
|
||||
|
||||
source_directory_files "$HOME/.lib/shellenv"
|
||||
|
||||
test -r ~/.customenv.sh && source ~/.customenv.sh
|
||||
source_if_exists ~/.this-machine-env.sh
|
||||
|
Loading…
Reference in New Issue
Block a user