zshrc: no longer set histignorealldups
[grml-etc-core.git] / etc / skel / .zshrc
index 8695b4d..37642a3 100644 (file)
@@ -122,6 +122,9 @@ fi
 ## Allow comments even in interactive shells
 #setopt interactivecomments
 
+## if a new command line being added to the history list duplicates an older
+## one, the older command is removed from the list
+#is4 && setopt histignorealldups
 
 ## compsys related snippets ##