From 7f205915b85750a79877d776bfe0089b2405f902 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 24 Oct 2015 15:32:08 +0300 Subject: [PATCH] History size increased to 8192. --- constants.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.sh b/constants.sh index cb1393f..ba16770 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=1000 -SAVEHIST=1000 +HISTSIZE=8192 +SAVEHIST=8192 export LANG="ru_RU.UTF-8" export LC_PAPER="ru_RU.UTF-8"