fish config update

This commit is contained in:
NIUZHAOLONG 2025-04-20 13:11:49 +08:00
parent 3a7213ba0e
commit 152386a8a5
3 changed files with 7 additions and 3 deletions

7
conf.d/fnm.fish Normal file
View File

@ -0,0 +1,7 @@
# fnm
set FNM_PATH "/home/wn/.local/share/fnm"
if [ -d "$FNM_PATH" ]
set PATH "$FNM_PATH" $PATH
fnm env | source
end

View File

@ -1 +0,0 @@
source "$HOME/.cargo/env.fish"

View File

@ -28,8 +28,6 @@ function fish_greeting
echo "Have a good time!" echo "Have a good time!"
end end
source "$HOME/.cargo/env.fish"
# >>> conda initialize >>> # >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !! # !! Contents within this block are managed by 'conda init' !!
if test -f /home/wn/miniforge3/bin/conda if test -f /home/wn/miniforge3/bin/conda