aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index dc60e9d3..b8d97eed 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -27,8 +27,8 @@ if [ -f /etc/bash_completion ]; then
fi
# SSH agent setup, if available.
-if [ -e ~/.bash_sshagent ]; then
- . ~/.bash_sshagent
+if [ -e ~/.ssh/agent ]; then
+ . ~/.ssh/agent
fi
# Turn off annoying and useless flow control keys.