summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'