From eaa278084c1453281edf1feba8b3807d4a91bf47 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 28 May 2018 10:52:00 +0300 Subject: [PATCH] Increase hist.size --- constants.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.sh b/constants.sh index ba16770..f35646b 100755 --- a/constants.sh +++ b/constants.sh @@ -23,8 +23,8 @@ zstyle ':completion:*:*:kill:*' menu yes select zstyle ':completion:*:kill:*' force-list always HISTFILE=~/.zsh/.histfile -HISTSIZE=8192 -SAVEHIST=8192 +HISTSIZE=65536 +SAVEHIST=65536 export LANG="ru_RU.UTF-8" export LC_PAPER="ru_RU.UTF-8"