From: Samir Benmendil Date: Wed, 16 Jan 2019 23:42:09 +0000 (+0000) Subject: zsh: increase zsh history by an order of magnitude X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/70b195b2c40ea7453ff9ec6baf92c0044e62e095 zsh: increase zsh history by an order of magnitude --- diff --git a/zsh/lib/history.zsh b/zsh/lib/history.zsh index 4a16fdf..3650bb7 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -1,7 +1,7 @@ ## Command history configuration HISTFILE=$ZSH_DATA/histfile -HISTSIZE=10000 -SAVEHIST=10000 +HISTSIZE=100000 +SAVEHIST=100000 setopt extended_history setopt hist_expire_dups_first