summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-09-10 22:11:22 +0200
committerBotond Hende <nettingman@gmail.com>2024-09-10 22:11:22 +0200
commitda16dc34b6953f911a2012d6d54eb9624b58996a (patch)
tree062c8179220af7281a0a098df386075bd0240c96 /home
parente92562150306923a18dcee5bf170c730c021e1b1 (diff)
added SSH_AGENT_SOCKET export to .profile
Diffstat (limited to 'home')
-rwxr-xr-xhome/.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile
index 44febe4..9a9ad71 100755
--- a/home/.profile
+++ b/home/.profile
@@ -12,6 +12,8 @@ export QT_STYLE_OVERRIDE=adwaita-dark
export EDITOR=/bin/nvim
export MOZ_ENABLE_WAYLAND=1
+export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
+
if [ -d "$HOME/.local/bin" ]; then
export PATH="$HOME/.local/bin:$PATH"
fi