Increase command history size

This commit is contained in:
lhark 2015-11-07 18:06:45 +01:00
parent a93b654f31
commit 203b157de8

4
zshrc
View file

@ -333,8 +333,8 @@ bindkey -v
# bindkey -e
# Réglages de l'historique
HISTSIZE=10000
SAVEHIST=10000
HISTSIZE=100000
SAVEHIST=100000
HISTFILE=~/.history
HISTTIMEFORMAT="%d/%m %H:%M:%S "
setopt hist_ignore_all_dups sharehistory hist_ignore_space