Add nodenv path
This commit is contained in:
parent
a8b5951be0
commit
69722d4326
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ if test -e "{{ .extra_ca_cert }}"
|
||||||
set -x NODE_EXTRA_CA_CERTS {{ .extra_ca_cert }}
|
set -x NODE_EXTRA_CA_CERTS {{ .extra_ca_cert }}
|
||||||
set -x NODE_BUILD_CURL_OPTS --insecure
|
set -x NODE_BUILD_CURL_OPTS --insecure
|
||||||
end
|
end
|
||||||
|
set -Ux fish_user_paths $HOME/.nodenv/bin $fish_user_paths
|
||||||
|
|
||||||
# python
|
# python
|
||||||
if test -e "{{ .extra_ca_cert }}"
|
if test -e "{{ .extra_ca_cert }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue