From 49945870d3a419a4aa3a1349fe134f7845e88548 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 17 Nov 2018 20:01:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D1=82=D0=BE=D1=80=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- options.zsh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/options.zsh b/options.zsh index 88aac79..617b2f6 100644 --- a/options.zsh +++ b/options.zsh @@ -10,3 +10,11 @@ fi zmodload -i zsh/complist +# История +HISTSIZE=10000 +HISTFILESIZE=10000 +SAVEHIST=10000 +HISTFILE=~/.cache/zsh/history +HISTDUP=erase +setopt hist_ignore_dups +