From 6f5c5b1b788c5196dab16304c8579ae2ac032675 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 25 Jun 2017 08:12:20 +0200 Subject: [PATCH] .zshrc: Remove jenv I onlyn need Java 8 right now, so there's no need making another dynamic test run during shell init. --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zshrc b/.zshrc index cbcefba..f0142be 100644 --- a/.zshrc +++ b/.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