java: experiment with SDKMAN

This commit is contained in:
Charles Gould 2020-11-20 00:12:53 -06:00
parent 529ea70a2f
commit eedc790c39
2 changed files with 1 additions and 4 deletions

View File

@ -5,10 +5,6 @@ set -gx LANG en_US.UTF-8
set -gx PAGER 'less --tabs=4 --jump-target=.25 -iRFM' set -gx PAGER 'less --tabs=4 --jump-target=.25 -iRFM'
set -gx SBT_OPTS '-Dsbt.supershell=false' set -gx SBT_OPTS '-Dsbt.supershell=false'
if test -x /usr/libexec/java_home
set -gx JAVA_HOME (/usr/libexec/java_home -v 1.8)
end
if command -q diff-so-fancy if command -q diff-so-fancy
set -gx GIT_PAGER "diff-so-fancy | $PAGER" set -gx GIT_PAGER "diff-so-fancy | $PAGER"
end end

View File

@ -5,3 +5,4 @@ oh-my-fish/plugin-sublime
oakninja/MakeMeFish oakninja/MakeMeFish
laughedelic/fish_logo laughedelic/fish_logo
jethrokuan/z jethrokuan/z
reitzig/sdkman-for-fish@v1.4.0