summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 7bb0c07..bd355cb 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -6,5 +6,6 @@ export HISTFILE=~/.local/share/bash/history
export LESSHISTFILE=-
export EDITOR=nvim
export VISUAL=$EDITOR
+export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
[[ -f ~/.bashrc ]] && . ~/.bashrc