From 55a65eef2d91f6320c68bd7887d230a61d14e7f9 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Tue, 3 Sep 2024 17:13:17 +0400 Subject: [PATCH] set TERM to xterm-256color in zshrc for kitty --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index db3b979..403ab9a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -96,3 +96,4 @@ bindkey ^l _sgpt_zsh # bun export BUN_INSTALL="$HOME/.bun" export PATH="$HOME/go/bin:$BUN_INSTALL/bin:$HOME/.local/bin:$PATH" +export TERM=xterm-256color