diff --git a/.bash_rc.d/01.profile.sh b/.bash_rc.d/01.profile.sh index 856df1d..4251cab 100644 --- a/.bash_rc.d/01.profile.sh +++ b/.bash_rc.d/01.profile.sh @@ -22,3 +22,6 @@ shopt -s histappend set -o vi export LC_ALL=en_US.UTF-8 + +eval $(ssh-agent -s) +ssh-add $(find ~/.ssh -iname id_* | grep -v '.pub')