]> git.wh0rd.org - home.git/blame - .bash_profile
cros-board: update
[home.git] / .bash_profile
CommitLineData
1afdf944 1if type -P keychain >/dev/null ; then
2b7056d7
MF
2 (
3 set -- $(find ~/.ssh/ -maxdepth 1 -type f '(' -name 'id_*' -a '!' -name '*.pub' ')')
4 chmod go-rwx "$@"
c01900fd 5 keychain -q "$@" &
2b7056d7 6 )
1afdf944 7fi
5b61754d 8[[ -f ~/.bashrc ]] && . ~/.bashrc
524fa7a5 9stty -tostop 2>/dev/null