From 42a60eb260bb685dbd20dbdf4e19f0192737194d Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Thu, 17 Jul 2025 21:27:54 +0530 Subject: Increased zsh history --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index a91e19e..3dc3393 100644 --- a/.zshrc +++ b/.zshrc @@ -8,8 +8,8 @@ zle -N edit-command-line bindkey -M vicmd v edit-command-line HISTFILE="$HOME/.histfile" -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=$((1 << 16)) +SAVEHIST=$HISTSIZE setopt hist_ignore_all_dups hist_save_no_dups hist_reduce_blanks share_history extended_history fpath=("$HOME/.zfunc" "$HOME/.zfunc/zsh-completions/src" $fpath) -- cgit v1.2.3-70-g09d2