1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 03:21:30 +01:00

zsh: increase history size

This commit is contained in:
bretello 2021-05-19 10:30:10 +02:00
parent 926bb413a4
commit 5a6dd6bee7

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