X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bash_profile;h=123d6e6c2a4235b13c821375ab832c679d0fcf12;hb=1afdf944dcef65ad2bab01e5a07756da28024503;hp=3f56aa0b09e686a00b2dda96dd4eae1cc8832259;hpb=5b61754dc15ad3f7c19e83aecc4a921e6f8fa5df;p=home.git diff --git a/.bash_profile b/.bash_profile index 3f56aa0..123d6e6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1 +1,4 @@ +if type -P keychain >/dev/null ; then + keychain -q $(find ~/.ssh/ -type f '(' -name 'id_*' -a '!' -name '*.pub' ')') +fi [[ -f ~/.bashrc ]] && . ~/.bashrc