From fe075a8a5fd289b903b145f09262049ed4bddf1f Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Fri, 21 Feb 2025 05:45:46 +0800 Subject: [PATCH] fix(tmux): enable true color in tmux --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/tmux/tmux.conf diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..dd5b67e --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,2 @@ +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",xterm-256color:RGB"