mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
zsh: increase history size
This commit is contained in:
parent
926bb413a4
commit
5a6dd6bee7
|
@ -56,7 +56,7 @@ bindkey -a '^[[3~' delete-char
|
||||||
|
|
||||||
export KEYTIMEOUT=1 # reduce the transition time between vim modes to 0.1s
|
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 LANG=en_US.UTF-8
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user