1
0
forked from extern/nix-config

Export SSH_AUTH_SOCK

This lets us manage ssh-agent with systemd.
This commit is contained in:
Donovan Glover 2018-10-14 22:49:26 -04:00
parent ca6935d08b
commit 61b683c985
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -7,6 +7,8 @@ export VISUAL="nvim"
export EDITOR="nvim"
export BROWSER="firefox"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export XDG_CURRENT_DESKTOP="KDE"
export QT_FONT_DPI="192"