From b8c23409d63e3b5f0a8da6e37a20cca1bbf94519 Mon Sep 17 00:00:00 2001 From: QU35T-code Date: Mon, 26 Feb 2024 10:33:25 +0100 Subject: [PATCH] Add TERM env var into zshrc file --- sources/assets/shells/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/assets/shells/zshrc b/sources/assets/shells/zshrc index b7932bdfc..15df49184 100644 --- a/sources/assets/shells/zshrc +++ b/sources/assets/shells/zshrc @@ -30,6 +30,9 @@ setopt INC_APPEND_HISTORY setopt EXTENDED_HISTORY setopt HIST_FIND_NO_DUPS +# TERM to prevent tmux not working with autosuggestion +export TERM=xterm-256color + # Color correction for zsh-syntax-highlighting ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#626262' ZSH_HIGHLIGHT_STYLES[comment]='fg=#888888'