omf-sdk
omf-sdk copied to clipboard
autoenv support
This adds SDKMAN's autoenv support.
It is inspired by SDKMAN's own chdir hook functions. But there is no need to copy all the executed command from the original hook as it is run by sdkman-init.sh anyway, so I just run the script and let it work it's magic. The rest is to workaround fenv's limitation and not to run the sdkman-init.sh script when unnecessary.
I'm new to fish, so feel free to suggest improvements.
@deather anything preventing you from merging this?