summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-06-29 12:04:21 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-06-29 12:04:21 +0200
commitcb91c9a82c53c12399fb11f7d186f51ecc1fb9ea (patch)
tree7dc21e14f3d80f61fa776b59f0d7947048d806c6 /.zshrc
parentfa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1 (diff)
downloaddotfiles-cb91c9a82c53c12399fb11f7d186f51ecc1fb9ea.tar.gz
dotfiles-cb91c9a82c53c12399fb11f7d186f51ecc1fb9ea.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 074a54e..38eb9b2 100644
--- a/.zshrc
+++ b/.zshrc
@@ -679,7 +679,7 @@ if [[ -e $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highligh
source $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highlighting.zsh
fi
-export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh
+export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
#if type keychain >/dev/null; then
#eval $(keychain --eval -q)