History size increased to 8192.

This commit is contained in:
Kolan Sh 2015-10-24 15:32:08 +03:00
parent cebc76e1cc
commit 7f205915b8
1 changed files with 2 additions and 2 deletions

View File

@ -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"