From 1f4cff186ccc119d2094fe8551f53012482c6af9 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 16 Dec 2021 00:09:53 -0500 Subject: [PATCH] fix tmux colors --- .tmux.conf | 2 -- zsh/env.zsh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index ede363d..ce10701 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,6 @@ # cat << EOF > /dev/null # -- general -set -g default-terminal 'tmux-256color' -set -ga terminal-overrides ',xterm-256color:RGB' setw -g xterm-keys on set -s escape-time 0 set -sg repeat-time 300 diff --git a/zsh/env.zsh b/zsh/env.zsh index 84c7b3a..56cf588 100644 --- a/zsh/env.zsh +++ b/zsh/env.zsh @@ -28,4 +28,4 @@ export RANGER_LOAD_DEFAULT_RC="false" export EDITOR=nvim export ZSH_AUTOSUGGEST_USE_ASYNC=1 export ZSH_AUTOSUGGEST_MANUAL_REBIND=1 - +export TERM=screen-256color-bce