.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:
parent
906da0cdbd
commit
2551bb447f
3
.zshrc
3
.zshrc
@ -62,9 +62,6 @@ export PAGER=less
|
|||||||
# Enable node version manager (nvm)
|
# Enable node version manager (nvm)
|
||||||
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
|
[[ -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
|
# If a private bin directory exists, add it to PATH
|
||||||
[[ -d ~/bin ]] && PATH=$PATH:~/bin
|
[[ -d ~/bin ]] && PATH=$PATH:~/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user