From 583cb4a218348879fe411acf8e3b4cf314b84139 Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 15 Dec 2021 23:47:27 -0500 Subject: [PATCH] fixed tmux color --- .tmux.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index ede363d..4e5f96d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,8 @@ # cat << EOF > /dev/null # -- general -set -g default-terminal 'tmux-256color' -set -ga terminal-overrides ',xterm-256color:RGB' +set-option -sa terminal-overrides ",xterm*:Tc" +set-option -ga terminal-overrides ",xterm-256color:Tc" setw -g xterm-keys on set -s escape-time 0 set -sg repeat-time 300 @@ -261,3 +261,7 @@ set-option default-path "$PWD" # } # # "$@" + +# Fig Tmux Integration: Enabled +source-file ~/.fig/tmux +# End of Fig Tmux Integration