diff --git a/dotfiles/lib/shellrc.sh b/dotfiles/lib/shellrc.sh index 55f87de2..40e604ac 100644 --- a/dotfiles/lib/shellrc.sh +++ b/dotfiles/lib/shellrc.sh @@ -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"