profile: fnm
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
screenshot-path "~/Pictures/Screenshots/niri_screenshot_%Y-%m-%d_%H-%M-%S.png"
|
screenshot-path "~/Pictures/Screenshots/niri_screenshot_%Y-%m-%d_%H-%M-%S.png"
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
render-drm-device "/dev/dri/card0"
|
render-drm-device "/dev/dri/card2"
|
||||||
}
|
}
|
||||||
|
|
||||||
// gestures {
|
// gestures {
|
||||||
|
|||||||
@@ -37,6 +37,11 @@ fi
|
|||||||
[ -d "$HOME/.local/scripts" ] && prepend_path "$HOME/.local/scripts"
|
[ -d "$HOME/.local/scripts" ] && prepend_path "$HOME/.local/scripts"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
# fnm
|
||||||
|
if command -v fnm; then
|
||||||
|
eval (fnm env --shell bash)
|
||||||
|
fi
|
||||||
|
|
||||||
# SSH with cross-session ssh-agent
|
# SSH with cross-session ssh-agent
|
||||||
if [ -x "$HOME/.local/scripts/ssh-init" ]; then
|
if [ -x "$HOME/.local/scripts/ssh-init" ]; then
|
||||||
eval "$($HOME/.local/scripts/ssh-init 2>/dev/null)" >/dev/null 2>&1
|
eval "$($HOME/.local/scripts/ssh-init 2>/dev/null)" >/dev/null 2>&1
|
||||||
@@ -78,4 +83,4 @@ if [[ $- == *i* ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
unset append_path
|
unset append_path
|
||||||
unset prepend_path
|
unset prepend_path
|
||||||
|
|||||||
@@ -26,3 +26,8 @@ end
|
|||||||
|
|
||||||
# gpg
|
# gpg
|
||||||
set -x -g GPG_TTY (tty)
|
set -x -g GPG_TTY (tty)
|
||||||
|
|
||||||
|
# fnm
|
||||||
|
if type -q fnm
|
||||||
|
eval (fnm env --shell fish)
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user