profile: fnm
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -26,3 +26,8 @@ end
|
||||
|
||||
# gpg
|
||||
set -x -g GPG_TTY (tty)
|
||||
|
||||
# fnm
|
||||
if type -q fnm
|
||||
eval (fnm env --shell fish)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user