From 3f9904d9adf8a47169bec9ff4da433d21eaefa4f Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 1 Feb 2026 21:01:25 +0000 Subject: [PATCH] revert back to xterm-256color term --- src/base.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base.toml b/src/base.toml index 414fd94..642fe68 100644 --- a/src/base.toml +++ b/src/base.toml @@ -2,8 +2,8 @@ live_config_reload = true [env] -# TERM = "xterm-256color" -TERM = "alacritty" +TERM = "xterm-256color" +# TERM = "alacritty" [bell] animation = "EaseOutExpo"