From 0c649333d3bf938db1c133b9e71dcb0a112f578b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Feb 2012 11:44:42 +1300 Subject: Change path for agent file. --- bash/bashrc | 4 ++-- 1 file 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. -- cgit v1.2.3