From d4ae18d2e356b57909cf2349d294190e5f7cd9ea Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 4 Mar 2024 11:26:11 -0600 Subject: [PATCH] Add SSH_AUTH_SOCK to fix recent GNOME change Need to see how this works over on ol' macOS, got a feeling it'll break something over there and will need to be walled off --- zsh/.env | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.env b/zsh/.env index c962745..01acff7 100644 --- a/zsh/.env +++ b/zsh/.env @@ -3,3 +3,4 @@ export EDITOR=nvim export KEYTIMEOUT=1 export QUOTING_STYLE=literal export TERM=xterm-256color +export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh