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
+1 -1
View File
@@ -1,7 +1,7 @@
screenshot-path "~/Pictures/Screenshots/niri_screenshot_%Y-%m-%d_%H-%M-%S.png"
debug {
render-drm-device "/dev/dri/card0"
render-drm-device "/dev/dri/card2"
}
// gestures {
+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
@@ -26,3 +26,8 @@ end
# gpg
set -x -g GPG_TTY (tty)
# fnm
if type -q fnm
eval (fnm env --shell fish)
end