]> git.wh0rd.org - home.git/blob - .bash_profile
cros-board: update
[home.git] / .bash_profile
1 if 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 )
7 fi
8 [[ -f ~/.bashrc ]] && . ~/.bashrc
9 stty -tostop 2>/dev/null