diff --git a/zsh/.zsh/configs/history.zsh b/zsh/.zsh/configs/history.zsh
index 6a4fa039..d85faea5 100644
--- a/zsh/.zsh/configs/history.zsh
+++ b/zsh/.zsh/configs/history.zsh
@@ -1,3 +1,5 @@
+setopt histignoredups
+
 setopt inc_append_history
 
 HISTSIZE=10000