fix fnm env

This commit is contained in:
2026-01-17 00:54:34 +01:00
parent 62bc815a4c
commit 4d7b4a744d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,6 +3,7 @@ fish_add_path $HOME/go/bin
fish_add_path $HOME/.cargo/bin
fish_add_path $HOME/.local/scripts
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.local/share/fnm
# man
if type -q bat
@@ -29,6 +30,5 @@ set -x -g GPG_TTY (tty)
# fnm
if type -q fnm
fish_add_path $HOME/.local/share/fnm
eval (fnm env --shell fish)
end