fix(tmux): enable true color in tmux

This commit is contained in:
Mohammad Rafiq 2025-02-21 05:45:46 +08:00
parent e2aa4f73f7
commit fe075a8a5f

2
.config/tmux/tmux.conf Normal file
View file

@ -0,0 +1,2 @@
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"