Merge branch 'issue-19' into dev

This commit is contained in:
Raphael Reitzig 2018-07-21 20:40:51 +02:00
commit 9dd152bced
3 changed files with 16 additions and 3 deletions

View file

@ -5,5 +5,5 @@ end
# Declare the sdk command for fish
function sdk -d "Manage SDKs"
__fish_sdkman_run_in_bash "source $__fish_sdkman_init && sdk $argv"
end
__fish_sdkman_run_in_bash "source \"$__fish_sdkman_noexport_init\" && sdk $argv"
end