From a7be3b1f49e92556ad77721d7ae891c21d40d685 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Tue, 25 Jun 2024 13:18:12 +0900 Subject: [PATCH] tmux: update: reduce cache size --- dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 13b5f85..106c2a4 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -2,7 +2,7 @@ source ~/.local.tmux.conf # ----------------------------------------------- -set -g history-limit 500000 +set -g history-limit 50000 set-option -g default-command fish