We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf9bf3 commit 366c7caCopy full SHA for 366c7ca
1 file changed
dotfiles/sh_config.d/40.ssh-agent.sh
@@ -17,9 +17,9 @@ function start_agent {
17
ssh-add -A 2>/dev/null
18
[ -t 0 ] && echo -e "$ICON_INFO Adding ssh identities found in keychain to ssh-agent."
19
;;
20
- windows)
21
- [ -t 0 ] && echo -e "$ICON_INFO Adding ssh identities to ssh-agent: "
22
- ssh-add
+ windows | linux-server | linux | linux-virtual)
+ [ -t 0 ] && echo -e "$ICON_INFO Adding ssh identities to ssh-agent"
+ ssh-add 2>/dev/null
23
24
linux-rpi | root) ;;
25
0 commit comments