mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
A little doc polish.
This commit is contained in:
parent
2f6b2dc1b6
commit
fb234a5e61
3 changed files with 17 additions and 5 deletions
|
@ -1,5 +1,12 @@
|
|||
#!/usr/bin/fish
|
||||
|
||||
# Makes command and binaries from SDKMAN! available in fish.
|
||||
# Delegates to bash for the `sdk` command.
|
||||
|
||||
# Copyright (c) 2018 Raphael Reitzig
|
||||
# MIT License (MIT)
|
||||
# https://github.com/reitzig/sdkman-for-fish
|
||||
|
||||
set sdkman_init "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
|
||||
if test -f "$sdkman_init"
|
||||
|
@ -12,4 +19,4 @@ if test -f "$sdkman_init"
|
|||
function sdk
|
||||
bash -c "source $sdkman_init && sdk $argv"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue