summaryrefslogtreecommitdiff
path: root/10_Options.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-08-20 19:50:12 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:09 +0100
commit46ac6b2c967768aafe50a5446aab2241ddbcff69 (patch)
tree05c0007a21eaf529518e2bd77f4fb18170139986 /10_Options.zsh
parent01b231dc56c2335481644728405c7aba037f1f5e (diff)
Grand ménage dans la conf Zsh
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@255 a0e5b806-a6f9-0310-978d-cbce73f8a913
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