summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-15 16:00:26 +0200
committerGravatar Tom Willemse2014-04-15 16:00:26 +0200
commit3f77e30196685a98ccba0c41c891f723deee6b59 (patch)
tree3a1b01a36c63ff4137334a0a322d5cbcb15bfc78 /.zshrc
parent1fabb9696b6545cfb029cd8f2b55620e59506958 (diff)
downloadzsh-3f77e30196685a98ccba0c41c891f723deee6b59.tar.gz
zsh-3f77e30196685a98ccba0c41c891f723deee6b59.zip
Don't store duplicate history entries
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a158d35..2cf11dd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -41,6 +41,7 @@ setopt CORRECT
setopt EXTENDED_GLOB
setopt NOTIFY
setopt PROMPT_SUBST # Allow for functions in the prompt
+setopt HIST_IGNORE_ALL_DUPS # Don't story any duplicate commands
zstyle :compinstall filename '$HOME/.zshrc'