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 ecb00e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/_tide_sub_configure.fish
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ function _tide_display_prompt -a var_name var_value
end

function _tide_exit_configure
set -e _tide_selected_option # Skip through all switch and _next_choice
set -e _tide_selected_option # Skip through all switch and _next_choice
end
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 ecb00e2

Please sign in to comment.