diff --git a/.bash_profile b/.bash_profile index f287607..57b7b8e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -23,7 +23,7 @@ fi PATH=/usr/local/bin:$PATH -if [ -e "/usr/bin/keychain" ]; then +if [ -e `which keychain` ]; then # load SSH key keychain --timeout 240 ~/.ssh/id_rsa source ~/.keychain/$HOSTNAME-sh