diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-12 17:51:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-12 17:51:10 +0200 |
commit | 61f465a0283920fca432068d5cfca3a8332941f1 (patch) | |
tree | 7bc79d14e6ea95d9bf56749a39995972d616faa7 | |
parent | a4018c15103b1ca1cbbc7a47762c1558c430432e (diff) | |
download | dotfiles-61f465a0283920fca432068d5cfca3a8332941f1.tar.xz |
zsh: keyring no longer puts random stuff in socket path
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ sprfile() { curl -F "sprunge=<$1" http://sprunge.us } -GPG_AGENT_INFO=$(ss -xl | grep -o '/run/user/1000/keyring-.*/gpg') +GPG_AGENT_INFO=$(ss -xl | grep -o '/run/user/1000/keyring/gpg') [ -z "$GPG_AGENT_INFO" ] || export GPG_AGENT_INFO=$GPG_AGENT_INFO:0:1 -SSH_AUTH_SOCK=$(ss -xl | grep -o '/run/user/1000/keyring-.*/ssh') +SSH_AUTH_SOCK=$(ss -xl | grep -o '/run/user/1000/keyring/ssh') [ -z "$SSH_AUTH_SOCK" ] || export SSH_AUTH_SOCK |