From ed0f7f5589a9eb52130240dd4f93a3503dcf82ad Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 14 Nov 2019 12:50:23 +0100 Subject: [PATCH] set ssh socket --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ce0e720..2672ce0 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,7 @@ export PATH=$HOME/bin:$PATH:/bin:/sbin:/usr/sbin:/usr/local/sbin export EDITOR=nvim #export DISPLAY=:0 export GDK_SCALE=1.5 +export SSH_AUTH_SOCK=$HOME/.ssh/ssh_auth_sock fpath=(~/.zsh/functions $fpath)