.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:
parent
f98fe88a44
commit
6f5c5b1b78
6
.zshrc
6
.zshrc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user