Merge flow into main

This commit is contained in:
2025-08-04 16:52:07 -04:00
parent 65e09160bc
commit f6e05162df
4 changed files with 88 additions and 4 deletions

View File

@@ -12,9 +12,10 @@ set -s escape-time 10
# Increase scrollback buffer size
set -g history-limit 50000
# Better colors and terminal support
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"
# True color settings
set -g default-terminal "$TERM"
set -ag terminal-overrides ",$TERM:Tc"
# Status bar configuration
set -g status-interval 60