X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bash_profile;h=4935e8fa483955ba71aa7b48d275bab598d30a1b;hb=847136a30dbf711fc2ccab762fb294218c8004ea;hp=4ad5a34a197c1f1da3d04fceac0b7343b310a629;hpb=2b7056d78aedd5083037de7fb728e292f483a760;p=home.git diff --git a/.bash_profile b/.bash_profile index 4ad5a34..4935e8f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,8 +2,8 @@ if type -P keychain >/dev/null ; then ( set -- $(find ~/.ssh/ -maxdepth 1 -type f '(' -name 'id_*' -a '!' -name '*.pub' ')') chmod go-rwx "$@" - keychain -q "$@" + keychain -q "$@" & ) fi [[ -f ~/.bashrc ]] && . ~/.bashrc -stty -tostop +stty -tostop 2>/dev/null