.zshrc: Remove jenv

I onlyn need Java 8 right now, so there's no need making another
dynamic test run during shell init.
This commit is contained in:
Alan Orth 2017-06-25 08:12:20 +02:00
parent f98fe88a44
commit 6f5c5b1b78
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 6 deletions

6
.zshrc
View File

@ -65,12 +65,6 @@ export ANSIBLE_HOSTS=hosts
# Enable node version manager (nvm)
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
# Initialize jenv if it exists
if [[ -d ~/.jenv ]]; then
export JENV_ROOT=~/.jenv
eval "$(jenv init -)"
fi
# Enable ruby version manager if it exists
[[ -s ~/.rvm/scripts/rvm ]] && . ~/.rvm/scripts/rvm