Increase zsh history length to 40000

This commit is contained in:
Pavle Portic 2019-09-03 10:31:51 +02:00
parent 0a0d86a670
commit c124b61b8d
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# vim: ft=zsh
# History settings
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
HISTSIZE=40000
SAVEHIST=40000
setopt HIST_IGNORE_DUPS
# Misc options