-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setting SDKMAN_DIR
doesn't work
#55
Comments
The feature is tested: I suspect you set If that is not the case, can you contribute a failing test? |
but i did set up
i do not have access to my work laptop right now; will try it tomorrow just in case. |
There, the actual function run each time you type Handling of custom installation dirs is currently implemented in Still. Huh. 🤔 (googles) Ah. 💡 I had it backwards: FWIW: The tests are green because there, we call There are three options I see:
|
@scarf005 Please confirm that the plugin works as intended when you
If so, I'll update the README to make clear that that's the supported way, replacing the vague
|
@scarf005 Were you able to check this again? |
Summary
sdkman-for-fish/README.md
Lines 28 to 40 in 555203d
despite the description in https://github.com/reitzig/sdkman-for-fish?tab=readme-ov-file#install says to either set
SDKMAN_DIR
or__sdkman_custom_dir
, only the__sdkman_custom_dir
method works.Log
Workaround
insert
set -g __sdkman_custom_dir $SDKMAN_DIR
to$HOME/.config/fish/functions/sdk.fish
, which suggestssdk.fish
gain access toSDKMAN_DIR
defined in$HOME/.config/fish/config.fish
System environment
The text was updated successfully, but these errors were encountered: