aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 3643615..9a9367e 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -28,8 +28,9 @@ setopt autocd \
glob_dots \
extended_glob \
extended_history \
- hist_verify \
+ hist_expire_dups_first \
hist_ignore_space \
+ hist_verify \
inc_append_history_time \
numeric_glob_sort \
no_bg_nice \