From af21fc12d4a53ebac3d2efd50ed16b80f9902045 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 11 Mar 2013 00:32:38 +1300 Subject: Handling this with keychain now --- bash/bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index 63e91fa2..3f21e70e 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -69,9 +69,6 @@ hash stty &>/dev/null && stty -ixon # Use completion, if available. [[ -e /etc/bash_completion ]] && source /etc/bash_completion -# SSH agent setup, if available. -[[ -e "${HOME}/.ssh/agent" ]] && source "${HOME}/.ssh/agent" - # Add various paths if they exist and aren't already in here. pathdirs="${HOME}/bin /usr/local/apache/bin -- cgit v1.2.3