summaryrefslogtreecommitdiff
path: root/10_Options.zsh
diff options
context:
space:
mode:
Diffstat (limited to '10_Options.zsh')
-rw-r--r--10_Options.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/10_Options.zsh b/10_Options.zsh
index f9f665f..51c3bc5 100644
--- a/10_Options.zsh
+++ b/10_Options.zsh
@@ -51,16 +51,16 @@ unsetopt Correct
setopt Correct_All
unsetopt Equals
unsetopt Extended_Glob
-unsetopt Extended_History
setopt Hash_Cmds
setopt Hash_Dirs
## Gestion de l'historique
+unsetopt Extended_History
setopt Hist_Expire_Dups_First
setopt Hist_Ignore_All_Dups
setopt Hist_Ignore_Space
setopt Hist_No_Functions
-setopt Hist_No_Store
+unsetopt Hist_No_Store
setopt Hist_Reduce_Blanks
setopt Inc_Append_History