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
This commit is contained in:
parent
51ecf01feb
commit
d4ae18d2e3
1 changed files with 1 additions and 0 deletions
1
zsh/.env
1
zsh/.env
|
@ -3,3 +3,4 @@ export EDITOR=nvim
|
||||||
export KEYTIMEOUT=1
|
export KEYTIMEOUT=1
|
||||||
export QUOTING_STYLE=literal
|
export QUOTING_STYLE=literal
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue