Increase hist.size

This commit is contained in:
Kolan Sh 2018-05-28 10:52:00 +03:00
parent cee88be58d
commit eaa278084c
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=8192
SAVEHIST=8192
HISTSIZE=65536
SAVEHIST=65536
export LANG="ru_RU.UTF-8"
export LC_PAPER="ru_RU.UTF-8"