Add nodenv path

This commit is contained in:
Yax 2023-05-02 08:21:16 +02:00
parent a8b5951be0
commit 69722d4326

View file

@ -47,6 +47,7 @@ if test -e "{{ .extra_ca_cert }}"
set -x NODE_EXTRA_CA_CERTS {{ .extra_ca_cert }}
set -x NODE_BUILD_CURL_OPTS --insecure
end
set -Ux fish_user_paths $HOME/.nodenv/bin $fish_user_paths
# python
if test -e "{{ .extra_ca_cert }}"