Disown call terminated other background tasks

Fixes #28
master
Martin Gondermann 12 years ago
parent 6ce9e757d2
commit 2b47ae9d7c
  1. 2
      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
}

Loading…
Cancel
Save