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