forked from extern/nix-config
Export SSH_AUTH_SOCK
This lets us manage ssh-agent with systemd.
This commit is contained in:
parent
ca6935d08b
commit
61b683c985
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user