tmux: reduce history size to 1e4

fix-ci
bretello 2023-06-22 11:26:26 +02:00
parent 5563b3434f
commit e9ad8a563d
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set-option -g display-panes-colour colour166 #orange
# clock
set-window-option -g clock-mode-colour green #green
set -g history-limit 100000
set -g history-limit 10000
set -g status-interval 1
set -g status-justify centre # center align window list
set -g status-left-length 20