diff --git a/gitprompt.sh b/gitprompt.sh index e1b53cc..ac212bd 100755 --- a/gitprompt.sh +++ b/gitprompt.sh @@ -432,7 +432,7 @@ function checkUpstream() { then if [[ -n $(git remote show) ]]; then ( - async_run "git fetch --quiet" + async_run "GIT_TERMINAL_PROMPT=0 git fetch --quiet" disown -h ) fi