mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
Changes location of hacked sdkman init script
Config folder of fisher(man) changed location between v2 and v3. Pertains to issue #19
This commit is contained in:
parent
85cce73e68
commit
74c0772ac1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
# https://github.com/reitzig/sdkman-for-fish
|
||||
|
||||
set __fish_sdkman_init "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
set __fish_sdkman_noexport_init "$HOME/.config/fisherman/sdkman-for-fish/sdkman-noexport-init.sh"
|
||||
set __fish_sdkman_noexport_init "$HOME/.config/fisher/github.com/reitzig/sdkman-for-fish/sdkman-noexport-init.sh"
|
||||
|
||||
# Guard: SDKMAN! needs to be installed
|
||||
if not test -f "$__fish_sdkman_init"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue