[tmux] tmux should be configured for direct colors

This makes fish unhappy but I have a fix incoming for that too.
This commit is contained in:
John Doty 2025-02-07 20:07:21 +00:00
parent c5eded707d
commit 82ec592c8a

View file

@ -28,7 +28,7 @@ set -g xterm-keys on
setw -g xterm-keys on
# Colors?
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-direct"
# Activity monitoring
#setw -g monitor-activity on