From a14425dd433fa307979080fdafda29bdca1a80a9 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Sun, 17 Sep 2023 20:31:50 -0700 Subject: [PATCH] Don't print auto config if we are in an auto config --- functions/tide/configure/choices/all/finish.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tide/configure/choices/all/finish.fish b/functions/tide/configure/choices/all/finish.fish index 334c44ed..06a8857d 100644 --- a/functions/tide/configure/choices/all/finish.fish +++ b/functions/tide/configure/choices/all/finish.fish @@ -15,7 +15,7 @@ function finish case 'Overwrite your current tide config' _tide_finish command -q clear && clear - _tide_print_configure_current_options + set -q _flag_auto || _tide_print_configure_current_options case 'Exit and print the config you just generated' _tide_exit_configure command -q clear && clear