Skip to content

Instantly share code, notes, and snippets.

@blackcater
Last active September 6, 2018 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackcater/846275d87a65a0f4cb41b12f56f79a83 to your computer and use it in GitHub Desktop.
Save blackcater/846275d87a65a0f4cb41b12f56f79a83 to your computer and use it in GitHub Desktop.
sdkman support fishshell
# sdk command
function sdk
bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && sdk $argv"
end
# add paths
for ITEM in $HOME/.sdkman/candidates/* ;
set -gx PATH $PATH $ITEM/current/bin
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment