Skip to content

Commit

Permalink
Don't print auto config if we are in an auto config
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Sep 18, 2023
1 parent c0fd6a2 commit a14425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/tide/configure/choices/all/finish.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a14425d

Please sign in to comment.