profile: fnm

This commit is contained in:
2026-01-05 06:30:03 +01:00
parent 997a2ae842
commit e8f8449109
3 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -37,6 +37,11 @@ fi
[ -d "$HOME/.local/scripts" ] && prepend_path "$HOME/.local/scripts"
export PATH
# fnm
if command -v fnm; then
eval (fnm env --shell bash)
fi
# SSH with cross-session ssh-agent
if [ -x "$HOME/.local/scripts/ssh-init" ]; then
eval "$($HOME/.local/scripts/ssh-init 2>/dev/null)" >/dev/null 2>&1
@@ -78,4 +83,4 @@ if [[ $- == *i* ]]; then
fi
unset append_path
unset prepend_path
unset prepend_path