X-Git-Url: https://git.wh0rd.org/?p=home.git;a=blobdiff_plain;f=.bash_profile;h=4935e8fa483955ba71aa7b48d275bab598d30a1b;hp=75b8798cfd803f29b87bc9667485f31fa187c26a;hb=HEAD;hpb=524fa7a5b6e3fbb4dd22b27fac9d45e4703b4a42 diff --git a/.bash_profile b/.bash_profile index 75b8798..4935e8f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,7 +2,7 @@ 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