.zshrc: Add jenv

Not sure why RVM was here but I don't want to add it to my .zshrc
anyways.
This commit is contained in:
Alan Orth 2017-10-10 01:18:43 +03:00
parent 090dc88d34
commit 341eeb54bd
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -59,8 +59,8 @@ export PAGER=less
# Enable node version manager (nvm)
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
# Enable ruby version manager if it exists
[[ -s ~/.rvm/scripts/rvm ]] && . ~/.rvm/scripts/rvm
# 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