diff --git a/gitprompt.sh b/gitprompt.sh index e9bdeb6..b0b355e 100644 --- a/gitprompt.sh +++ b/gitprompt.sh @@ -111,7 +111,7 @@ function checkUpstream() { then if [[ -n $(git remote show) ]]; then async_run "git fetch --quiet" - disown + disown -h fi fi }