Remove sdkman

This commit is contained in:
Yax 2026-04-22 12:02:30 +02:00
parent 28affb7b1f
commit 783d003235
4 changed files with 1 additions and 14 deletions

View file

@ -61,15 +61,6 @@ function mbump
end
alias d "python3 ~/.local/bin/deploy.py {{ .deploydir }}"
# sdkman
if test -f "$__fish_sdkman_init"
function sdk_autoenv --on-variable PWD
if test -f ".sdkmanrc"
sdk env
end
end
end
# node
if test -e "{{ .extra_ca_cert }}"
set -x NODE_EXTRA_CA_CERTS {{ .extra_ca_cert }}