Put ruby and node setup in shellrc.sh

This commit is contained in:
Ivan Malison 2016-08-16 20:28:29 -07:00
parent 3eec3671d2
commit 45f0c345af
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -12,6 +12,11 @@ function j() {
}
environment_variable_exists INSIDE_EMACS && inside_emacs_hook
# XXX: This used to be in shellenv and should be moved back once these
# are faster.
_node_setup
_ruby_setup
# travis completion
# XXX: Disabled to reduce performance impact
# [ -f "$HOME/.travis/travis.sh" ] && source "$HOME/.travis/travis.sh"