Put ruby and node setup in shellrc.sh
This commit is contained in:
parent
3eec3671d2
commit
45f0c345af
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user