]> git.wh0rd.org - home.git/blame - .bash_profile
do not run keychain when ssh auth forwarding is enabled
[home.git] / .bash_profile
CommitLineData
1afdf944
MF
1if type -P keychain >/dev/null ; then
2 keychain -q $(find ~/.ssh/ -type f '(' -name 'id_*' -a '!' -name '*.pub' ')')
3fi
5b61754d 4[[ -f ~/.bashrc ]] && . ~/.bashrc
5a4bb1f2 5stty -tostop