Skip to content

Commit

Permalink
Keep SDKMAN_DIR from environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
xtexChooser committed Dec 31, 2023
1 parent 7d27858 commit 3ad9c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/sdk.fish
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Account for custom install locations
if set -q __sdkman_custom_dir
set -gx SDKMAN_DIR "$__sdkman_custom_dir"
else
else if not set -q SDKMAN_DIR
# This is the default location:
set -gx SDKMAN_DIR "$HOME/.sdkman"
end
Expand Down

0 comments on commit 3ad9c38

Please sign in to comment.