if type -P keychain >/dev/null ; then ( set -- $(find ~/.ssh/ -maxdepth 1 -type f '(' -name 'id_*' -a '!' -name '*.pub' ')') chmod go-rwx "$@" keychain -q "$@" & ) fi [[ -f ~/.bashrc ]] && . ~/.bashrc stty -tostop 2>/dev/null