From 90330bdc638f015d3e55406fda1eecceaff181cf Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 2 Sep 2014 21:34:58 -0500 Subject: [PATCH] Make keychain config more portable. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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