Remove sdkman
This commit is contained in:
parent
28affb7b1f
commit
783d003235
4 changed files with 1 additions and 14 deletions
|
|
@ -15,7 +15,7 @@ Built around Bash and Zsh. Most supervitamined replacements stay optional.
|
||||||
- git: configuration and the terminal manager
|
- git: configuration and the terminal manager
|
||||||
[tig](https://jonas.github.io/tig/)
|
[tig](https://jonas.github.io/tig/)
|
||||||
- vim: [vundle](https://github.com/VundleVim/Vundle.vim)
|
- vim: [vundle](https://github.com/VundleVim/Vundle.vim)
|
||||||
- languages: python, perl, java with [sdkman](https://sdkman.io/)
|
- languages: python, perl, java
|
||||||
|
|
||||||
## Configuration file
|
## Configuration 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"
|
|
||||||
|
|
@ -61,15 +61,6 @@ function mbump
|
||||||
end
|
end
|
||||||
alias d "python3 ~/.local/bin/deploy.py {{ .deploydir }}"
|
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
|
# node
|
||||||
if test -e "{{ .extra_ca_cert }}"
|
if test -e "{{ .extra_ca_cert }}"
|
||||||
set -x NODE_EXTRA_CA_CERTS {{ .extra_ca_cert }}
|
set -x NODE_EXTRA_CA_CERTS {{ .extra_ca_cert }}
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,3 @@ oh-my-fish/plugin-foreign-env
|
||||||
gazorby/fish-abbreviation-tips
|
gazorby/fish-abbreviation-tips
|
||||||
cafedomancer/fish-nodenv
|
cafedomancer/fish-nodenv
|
||||||
meaningful-ooo/sponge
|
meaningful-ooo/sponge
|
||||||
reitzig/sdkman-for-fish@v2.1.0
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue