Silence ssh-add
This commit is contained in:
parent
8881219920
commit
3b6cb441f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue