.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:
parent
090dc88d34
commit
341eeb54bd
4
.zshrc
4
.zshrc
@ -59,8 +59,8 @@ 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 ruby version manager if it exists
|
# Enable java version manager (jenv)
|
||||||
[[ -s ~/.rvm/scripts/rvm ]] && . ~/.rvm/scripts/rvm
|
[[ -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