]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/zsh/files/zshrc
Use gpg agent as ssh agent again
[max/saltfiles.git] / states / zsh / files / zshrc
index 22f0b6542f644dc89e8348558b46882fa8ab7387..2e44d7f41f23db42c01790b3cc72b844d11bee22 100644 (file)
@@ -50,8 +50,6 @@ precmd () {
        __git_ps1 "" "$(virtual_env)${p}" "${NEWLINE}[%s]${NEWLINE}"
 }
 
-eval $(keychain --agents gpg,ssh --eval --quiet --noask id_ed25519 B3030EB2 F0C471E6)
-
 bindkey '^R' history-incremental-search-backward
 
 if [[ -f ~/.shell_aliases ]]; then
@@ -88,3 +86,6 @@ chpwd() {
         fi
     fi
 }
+
+export GPG_TTY=$(tty)
+gpg-connect-agent updatestartuptty /bye >/dev/null