Browse Source

Increase command history size

merge-requests/1/merge
lhark 10 years ago
parent
commit
203b157de8
  1. 4
      zshrc

4
zshrc

@ -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

Loading…
Cancel
Save