mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Trigger sdkman env on CD
This commit is contained in:
@@ -63,6 +63,15 @@ function mbump
|
|||||||
end
|
end
|
||||||
abbr -a d python3 ~/.local/bin/deploy.py
|
abbr -a d python3 ~/.local/bin/deploy.py
|
||||||
|
|
||||||
|
# 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user