]> arthur.barton.de Git - ax-zsh.git/commitdiff
history: Ignore duplicates and commands that begin with a space
authorAlexander Barton <alex@barton.de>
Sat, 22 Aug 2015 12:47:58 +0000 (14:47 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 22 Aug 2015 12:47:58 +0000 (14:47 +0200)
default_plugins/history/history.zshrc

index a70d304269ab03a4c75253a8ff244677490831a0..49946d476729c992ac17fb54ed0e42b8cd930206 100644 (file)
@@ -18,6 +18,8 @@ setopt hist_expire_dups_first
 setopt hist_ignore_dups
 setopt hist_ignore_space
 setopt hist_verify
+setopt histignorealldups
+setopt histignorespace
 setopt inc_append_history
 setopt share_history