2016-08-16 15:26:50 -07:00
|
|
|
source "$HOME/.lib/shellpath.sh"
|
2015-08-15 21:32:15 -07:00
|
|
|
|
|
|
|
environment_variable_exists ENVIRONMENT_SETUP_DONE || _setup_env
|
2016-07-26 17:51:21 -07:00
|
|
|
|
|
|
|
# TODO(imalison): These need to run every time because of how their
|
|
|
|
# version managers work. This could cause problems with the situation
|
|
|
|
# where we want to intentionally override the python/ruby/node
|
|
|
|
# versions in use in a given shell.
|
2016-08-16 15:26:50 -07:00
|
|
|
|
|
|
|
# TODO: Ruby and node are disabled to speed up shell startup...
|
|
|
|
# See https://github.com/creationix/nvm/issues/709 for nvm
|
|
|
|
# _node_setup
|
|
|
|
|
|
|
|
# XXX: these were moved to _setup_env
|
|
|
|
# _ruby_setup
|
2016-09-04 04:24:54 -07:00
|
|
|
_python_setup
|
2016-08-16 15:26:50 -07:00
|
|
|
|
2016-09-06 12:51:57 -07:00
|
|
|
source_directory_files "$HOME/.lib/shellenv"
|