1
0
Fork 0

use keychain to manage ssh agent

This commit is contained in:
Massaki Archambault 2019-07-17 00:23:04 -04:00
parent 7a62049c37
commit 7345764a7a
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ setopt HIST_REDUCE_BLANKS # Remove superfluous blanks before recording entry.
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
# keychain (for ssh agent)
eval $(keychain --eval --quiet --noask --nogui)