feat: migrate sdkman wrapper to official Fish plugin

This commit is contained in:
2025-12-20 13:35:13 -06:00
parent e829e131a5
commit 2ede5f925b
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -1,4 +0,0 @@
function sdk --description 'SDKMAN wrapper for Fish shell'
# Run sdk commands in a Bash subshell
bash -c "source '$HOME/.sdkman/bin/sdkman-init.sh' && sdk $argv"
end