From 70b195b2c40ea7453ff9ec6baf92c0044e62e095 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 16 Jan 2019 23:42:09 +0000 Subject: [PATCH] zsh: increase zsh history by an order of magnitude --- zsh/lib/history.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.48.1