From 0e5b00c965c1ef735c0e20ed31e0eab8c54e8fff Mon Sep 17 00:00:00 2001 From: Von Random <von@mechanus.net> Date: Fri, 10 Jan 2025 12:25:02 +0200 Subject: [PATCH] zsh: command history --- dot_config/zsh/settings.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/zsh/settings.zsh b/dot_config/zsh/settings.zsh index b3969cb..c12fddb 100644 --- a/dot_config/zsh/settings.zsh +++ b/dot_config/zsh/settings.zsh @@ -3,8 +3,8 @@ stty -ixon setopt APPEND_HISTORY EXTENDED_HISTORY HIST_IGNORE_DUPS EXTENDED_GLOB AUTO_CD AUTO_PUSHD PRINT_EXIT_VALUE unsetopt BEEP NO_MATCH NOTIFY MENU_COMPLETE AUTO_MENU -SAVEHIST=1000 -HISTSIZE=1000 +SAVEHIST=10000 +HISTSIZE=10000 HISTFILE=$HOME/.histfile.$UID EDITOR=vim