Remove sdkman
This commit is contained in:
parent
28affb7b1f
commit
783d003235
4 changed files with 1 additions and 14 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue