1
0
Fork 0

tmux: get rid of useless stuff

This commit is contained in:
Von Random 2024-11-01 03:35:57 +02:00
parent c42f2b4ef7
commit 439a829c6c

View file

@ -41,7 +41,3 @@ set -g status-position "bottom"
set -g status-justify "left" set -g status-justify "left"
set -g status-left-length "100" set -g status-left-length "100"
set -g status-right-length "100" set -g status-right-length "100"
# relevant to local only
set -g terminal-overrides "alacritty:Tc,kitty-xterm:Tc,xterm-256color:Tc,rxvt-unicode*:Tc"
set -g default-terminal "tmux-256color"