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

@ -15,7 +15,7 @@ Built around Bash and Zsh. Most supervitamined replacements stay optional.
- git: configuration and the terminal manager
[tig](https://jonas.github.io/tig/)
- vim: [vundle](https://github.com/VundleVim/Vundle.vim)
- languages: python, perl, java with [sdkman](https://sdkman.io/)
- languages: python, perl, java
## Configuration file

View file

@ -1,3 +0,0 @@
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"

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 }}

View file

@ -5,4 +5,3 @@ oh-my-fish/plugin-foreign-env
gazorby/fish-abbreviation-tips
cafedomancer/fish-nodenv
meaningful-ooo/sponge
reitzig/sdkman-for-fish@v2.1.0