dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2690df514eb91db0cee4ec827e3e0dcbfec8aed8
parent 28caca2d43ee285bb94a3e69282d736bfe76d26d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 17 Feb 2019 14:34:07 +0100

jenv


Former-commit-id: b5c9a246f9c36a3f44455a30f1592f12fd7b1922
Diffstat:
Mshell/zshrc | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -128,5 +128,7 @@ if [[ $PATH != *"$HOME/.rbenv/shims"* ]]; then eval "$(rbenv init -)" fi -# this alias interferes with the grv app -unalias grv +# jenv +export PATH="$HOME/.jenv/bin:$PATH" +eval "$(jenv init -)" +export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home"