Skip to content

Commit

Permalink
Merge pull request #314 from QU35T-code/fix/tmux&zsh
Browse files Browse the repository at this point in the history
TERM variable added to zshrc file for tmux compatibility
  • Loading branch information
ShutdownRepo authored Feb 26, 2024
2 parents 231730e + b8c2340 commit fe6c330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/assets/shells/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fe6c330

Please sign in to comment.