summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index f4845b0..c8ad744 100644
--- a/.bashrc
+++ b/.bashrc
@@ -8,3 +8,5 @@
alias ls='ls --color=auto'
alias ll='ls -la'
PS1='[\u@\h \W]\$ '
+
+export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"