Dont show prompt connectionc color menu when using 16 color

This commit is contained in:
Ilan Cosman 2021-01-26 16:08:22 -08:00
parent ecf6f786b4
commit 24f28759be

View File

@ -1,5 +1,5 @@
function prompt_connection_andor_frame_color
if test "$_tide_16color" = 0
if test "$_tide_16color" = true
_next_choice 'all/prompt_spacing'
return 0
end