From 38074e039ee711db5e524c546bb60b87074db53a Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 23 Jun 2025 16:38:21 +0200 Subject: [PATCH] (tmux) increased history buffer size to 10'000 --- starship/.config/starship.toml | 3 +-- tmux/.config/tmux/tmux.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index bcf102d..235e425 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,5 +1,4 @@ format = """ -\n\ [╭─ ](bold fg:zx_white)[⟨](bold fg:zx_light_magenta) \ $hostname$username \ [//](bold zx_magenta)\ @@ -14,7 +13,7 @@ $fill$status\ """ # Disable the blank line at the start of the prompt -add_newline = false +add_newline = true palette = 'zegonix' diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 29af39d..7d46196 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -28,7 +28,7 @@ set-option -g renumber-windows on set -g status-interval 5 # buffer size -set-option -g history-limit 3000 +set-option -g history-limit 10000 # source keymaps source $HOME/.config/tmux/keymaps.conf