fish config update
This commit is contained in:
parent
3a7213ba0e
commit
152386a8a5
7
conf.d/fnm.fish
Normal file
7
conf.d/fnm.fish
Normal 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
|
||||
@ -1 +0,0 @@
|
||||
source "$HOME/.cargo/env.fish"
|
||||
@ -28,8 +28,6 @@ function fish_greeting
|
||||
echo "Have a good time!"
|
||||
end
|
||||
|
||||
source "$HOME/.cargo/env.fish"
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
if test -f /home/wn/miniforge3/bin/conda
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user