]> git.wh0rd.org - home.git/blob - .bash_profile
123d6e6c2a4235b13c821375ab832c679d0fcf12
[home.git] / .bash_profile
1 if type -P keychain >/dev/null ; then
2 keychain -q $(find ~/.ssh/ -type f '(' -name 'id_*' -a '!' -name '*.pub' ')')
3 fi
4 [[ -f ~/.bashrc ]] && . ~/.bashrc