From 941601ba04bc3abc64f7c0a385f0d78f89d3d1e4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 16 Jan 2017 06:46:11 -0500 Subject: also move language environment setup out of .env --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 18dbd27..0be5dd3 100644 --- a/bashrc +++ b/bashrc @@ -2,6 +2,10 @@ export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/nethack:${HOME}/.bin:/usr/lib/ccache/bin:$PATH" [ -f "$HOME/.env" ] && source $HOME/.env # }}} +# language environments {{{ +test -f $HOME/perl5/perlbrew/etc/bashrc && source $HOME/perl5/perlbrew/etc/bashrc +type rbenv > /dev/null 2>&1 && eval "$(rbenv init -)" +# }}} # Test for an interactive shell. {{{ # There is no need to set anything past this point for scp and rcp, and it's # important to refrain from outputting anything in those cases. -- cgit v1.2.3-54-g00ecf