mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-09 00:58:27 +03:00
Don't set prompt_char background color in classic mode
This commit is contained in:
parent
96eb6f2d70
commit
3c58061603
@ -80,7 +80,7 @@ function _tide_display_prompt -a var_name var_value
|
||||
end
|
||||
|
||||
function _set_all_items_bg_color -a color
|
||||
for var in (set --names | string match --regex "fake_.*_bg_color")
|
||||
for var in (set --names | string match --regex "fake_.*_bg_color" | string match --invert --entire prompt_char)
|
||||
set $var $color
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user