diff --git a/bash_profile b/bash_profile index dc4d042..2e39775 100644 --- a/bash_profile +++ b/bash_profile @@ -2,6 +2,3 @@ # ~/.bash_profile # [[ -f ~/.bashrc ]] && . ~/.bashrc - -# Keychain -eval `keychain --eval --agents ssh id_rsa` diff --git a/bashrc b/bashrc index 3ec771f..1c1fc11 100644 --- a/bashrc +++ b/bashrc @@ -40,6 +40,12 @@ fi export EDITOR="vim" +# Keychain +# ----------------------------------------------------------------------------- +# +eval `keychain --eval --agents ssh id_rsa` + + # Colorize man pages # ----------------------------------------------------------------------------- #