mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Update color support on COLORTERM change
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
}
|
||||
|
||||
table.add(L!("TZ"), handle_tz_change);
|
||||
table.add_anon(L!("COLORTERM"), handle_fish_term_change);
|
||||
table.add_anon(L!("fish_term256"), handle_fish_term_change);
|
||||
table.add_anon(L!("fish_term24bit"), handle_fish_term_change);
|
||||
table.add_anon(L!("fish_escape_delay_ms"), update_wait_on_escape_ms);
|
||||
|
||||
Reference in New Issue
Block a user