zsh: increase history size

feature/improve-speed
bretello 2021-05-19 10:30:10 +02:00
parent 926bb413a4
commit 5a6dd6bee7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ bindkey -a '^[[3~' delete-char
export KEYTIMEOUT=1 # reduce the transition time between vim modes to 0.1s
export HISTSIZE=100000
export HISTSIZE=10000000
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8