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
+4 -4
View File
@@ -40,14 +40,14 @@ fi
# Paths
[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"
[ -d "$HOME/go/bin" ] && prepend_path "$HOME/go/bin"
[ -d "$HOME/.local/bin" ] && prepend_path "$HOME/.local/bin"
[ -d "$HOME/.local/scripts" ] && prepend_path "$HOME/.local/scripts"
prepend_path "$HOME/go/bin"
prepend_path "$HOME/.local/bin"
prepend_path "$HOME/.local/scripts"
prepend_path "$HOME/.local/share/fnm"
export PATH
# fnm
if type fnm &>/dev/null; then
prepend_path "$HOME/.local/share/fnm"
eval $(fnm env --shell bash)
fi