set TERM to xterm-256color in zshrc for kitty

This commit is contained in:
Laurent Le Houerou 2024-09-03 17:13:17 +04:00
parent 38bb6174e7
commit 55a65eef2d

View File

@ -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