mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Fix nodenv inside fish shell
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -4,3 +4,4 @@ gazorby/fish-abbreviation-tips
|
||||
oh-my-fish/plugin-foreign-env
|
||||
reitzig/sdkman-for-fish@v1.4.0
|
||||
oh-my-fish/plugin-pyenv
|
||||
cafedomancer/fish-nodenv
|
||||
|
||||
Reference in New Issue
Block a user