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