From 2f9ab05550edca7e1e840322c3723dbc08debf7a Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 17 Nov 2013 11:26:48 -0600 Subject: [PATCH] Enable keychain --- .bash_profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index 857bbb5..8385306 100644 --- a/.bash_profile +++ b/.bash_profile @@ -37,11 +37,11 @@ if [ -d "/usr/local/mysql/bin" ]; then PATH="/usr/local/mysql/bin:$PATH" fi -#if [ -e "/usr/bin/keychain" ]; then -## load up ssh key -# keychain --timeout 240 ~/.ssh/id_rsa -# source ~/.keychain/$HOSTNAME-sh -#fi +if [ -e "/usr/bin/keychain" ]; then +# load SSH key + keychain --timeout 240 ~/.ssh/id_rsa + source ~/.keychain/$HOSTNAME-sh +fi # some aliases alias vi='vim'