From 7008bd9895cc543ce020a5358db10373b6397dbe Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:26:17 -0400 Subject: [PATCH] fix(ghostty): set TERM environment variable to xterm-256color Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> --- .config/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index 34a22e2..52ff28f 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -7,4 +7,4 @@ background-blur = 90 adjust-cell-height = 5% window-colorspace = "display-p3" shell-integration-features = cursor,sudo,title,ssh-env,ssh-terminfo,path -#term = xterm-256color +term = xterm-256color