From 61b683c985509ff60a51af1a21a1dd26bd3f3c23 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 14 Oct 2018 22:49:26 -0400 Subject: [PATCH] Export SSH_AUTH_SOCK This lets us manage ssh-agent with systemd. --- .config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f261a41d..573821e7 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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"