From 2873211bfe764f30f422547485cdfb8600bd48a6 Mon Sep 17 00:00:00 2001 From: typebrook Date: Sun, 17 May 2020 23:05:27 +0800 Subject: Suppress error after configuration --- gist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gist b/gist index 0091f6f..0e28f20 100755 --- a/gist +++ b/gist @@ -871,7 +871,7 @@ case "$1" in _clean_repos ;; config | c) shift - _configure "$@" && (_apply_config config && _check_protocol) ;; + _configure "$@" && { _apply_config config && _check_protocol &>/dev/null; } ;; user | u) shift _query_user "$@" ;; -- cgit v1.2.3-70-g09d2