Fix nodenv inside fish shell
This commit is contained in:
parent
c37e9e7d88
commit
7e5dac44e9
2 changed files with 5 additions and 4 deletions
|
|
@ -53,10 +53,10 @@ if test -e "{{ .extra_ca_cert }}"
|
|||
set -x NODE_EXTRA_CA_CERTS {{ .extra_ca_cert }}
|
||||
set -x NODE_BUILD_CURL_OPTS --insecure
|
||||
end
|
||||
if test -d "$HOME/.nodenv"
|
||||
#set -Ux fish_user_paths $HOME/.nodenv/bin $fish_user_paths
|
||||
fish_add_path "$HOME/.nodenv/bin"
|
||||
end
|
||||
#if test -d "$HOME/.nodenv"
|
||||
# #set -Ux fish_user_paths $HOME/.nodenv/bin $fish_user_paths
|
||||
# fish_add_path "$HOME/.nodenv/bin"
|
||||
#end
|
||||
|
||||
# python
|
||||
if test -e "{{ .extra_ca_cert }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue