From 3e8d024eda27859fdbdd18e4bccba89f43c54ba6 Mon Sep 17 00:00:00 2001 From: Lockszmith Date: Wed, 15 Nov 2023 20:26:36 -0500 Subject: [PATCH] tweak git output --- i-have-arrived | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i-have-arrived b/i-have-arrived index 3c38313..643ab4f 100755 --- a/i-have-arrived +++ b/i-have-arrived @@ -40,7 +40,7 @@ git_config() { } git_config core.editor nvim git_config pull.ff only -git config --list --show-origin +git config --list --show-scope [[ -n "$(type -p 'webi')" ]] || curl -sS https://webi.sh/ | sh