.zshrc: Remove jenv

I'm only using JDK 8 right now, and I'm sick of all these checks during
shell initialization—zsh takes several seconds to start!
This commit is contained in:
Alan Orth 2018-01-14 12:53:44 +02:00
parent 906da0cdbd
commit 2551bb447f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

3
.zshrc
View File

@ -62,9 +62,6 @@ export PAGER=less
# Enable node version manager (nvm)
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
# Enable java version manager (jenv)
[[ -d ~/.jenv ]] && eval "$(jenv init -)"
# If a private bin directory exists, add it to PATH
[[ -d ~/bin ]] && PATH=$PATH:~/bin