From 06aa19b4f41d934f76c30f93b6cffa1898620df4 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 12 Jan 2022 15:59:04 +0100 Subject: [PATCH] tmux: shorter history --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index f6999e7..6fe6af5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -17,7 +17,7 @@ bind-key ] paste-buffer -p set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION" set -g default-command zsh -set -g history-limit 100000 +set -g history-limit 10000 set-option -g default-terminal "tmux" set -ga terminal-overrides ",*:Tc" # true colous support