Fix Tmux color rendering and autostart on foot terminal

This commit is contained in:
Fabio Scotto di Santolo
2025-07-30 21:00:06 +02:00
parent 34bed29d34
commit 979f046eb5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ setw -g pane-base-index 1
bind c new-window -c "#{pane_current_path}"
# Fix Tmux for colors
set-option -a terminal-features 'xterm-256color:RGB'
set-option -a terminal-features 'foot:RGB'
set -g allow-passthrough on
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM