From 2551bb447ffd8fa74651582a499423ed825870b4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Jan 2018 12:53:44 +0200 Subject: [PATCH] .zshrc: Remove jenv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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! --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index 65adbc4..995431d 100644 --- a/.zshrc +++ b/.zshrc @@ -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