diff --git a/weave.sh b/weave.sh index cd80d55..2916c62 100755 --- a/weave.sh +++ b/weave.sh @@ -10,6 +10,8 @@ IGNORED_REPO=( "weave/tests" # this is a private repo ) +export GIT_TERMINAL_PROMPT=0 + function contains() { for e in "${@:2}"; do [[ "$e" == "$1" ]] && return 0; done return 1