use keychain to manage ssh agent
This commit is contained in:
parent
7a62049c37
commit
7345764a7a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue