From f408ae894e4e10bbf4358c7c07bb9618ef1353e4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Feb 2026 23:46:42 +0200 Subject: rename --- fish/conf.d/java.fish | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fish/conf.d/java.fish (limited to 'fish/conf.d/java.fish') diff --git a/fish/conf.d/java.fish b/fish/conf.d/java.fish new file mode 100644 index 0000000..5a4968c --- /dev/null +++ b/fish/conf.d/java.fish @@ -0,0 +1,6 @@ +if test (uname) = Linux + set -gx JAVA_HOME /usr/lib/jvm/java-latest-openjdk + if not test -d $JAVA_HOME + echo "Warning: JAVA_HOME path '$JAVA_HOME' does not exist." + end +end -- cgit v1.2.3