Silence ssh-add

This commit is contained in:
Nathan McCarty 2025-04-26 01:32:19 -04:00
parent 8881219920
commit 3b6cb441f5

View file

@ -11,6 +11,6 @@
# Setup fish init # Setup fish init
programs.fish.shellInit = '' programs.fish.shellInit = ''
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent
ssh-add ssh-add >/dev/null 2>&1
''; '';
} }