]> git.wh0rd.org - home.git/blob - .bash_profile
import vapier
[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