aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-08-26 20:47:48 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2018-08-26 20:47:48 +0200
commite60225b07e34a0bc724a53c704bf71f850689222 (patch)
tree39766e1b0a0233926d27524e017e33c6ecf98393
parentfcdd1d26943b0a27eb85110ca515cb60ea4cd280 (diff)
downloaddotfiles-e60225b07e34a0bc724a53c704bf71f850689222.tar.xz
zsh: set hist_expire_dups_first
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-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 \