feat: proper colors in tmux

This commit is contained in:
Jeremy Wall 2024-07-09 16:10:06 -05:00
parent 49e16608e0
commit 0068ddf4c9

View File

@ -10,7 +10,8 @@ set-option -g prefix C-a
#sest -g utf8 on #sest -g utf8 on
## we like colors ## we like colors
set -g default-terminal "screen-256color" set -g default-terminal xterm-256color
set -ga terminal-overrides ",xterm-256color:RGB"
## Useful KeyBindings ## Useful KeyBindings