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