From e60225b07e34a0bc724a53c704bf71f850689222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Sun, 26 Aug 2018 20:47:48 +0200 Subject: zsh: set hist_expire_dups_first MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3