summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-13 09:31:24 +0300
committerPaul Buetow <paul@buetow.org>2025-10-13 09:31:24 +0300
commit51f1370444e9cd5befa4788e191daf080b9490d7 (patch)
tree2895f90eeca5a310214c4bc15319348c425c4283
parent6b9ff3a73fd93673592c6ceba840c32424187c22 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/java.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/java.fish b/dotfiles/fish/conf.d/java.fish
index 30de84d..8a9a79e 100644
--- a/dotfiles/fish/conf.d/java.fish
+++ b/dotfiles/fish/conf.d/java.fish
@@ -1,3 +1,3 @@
if test (uname) = Linux
- set -gx JAVA_HOME /usr/lib/jvm/java-24-openjdk
+ set -gx JAVA_HOME /usr/lib/jvm/java-latest-openjdk
end