diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-26 20:47:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-26 20:47:48 +0200 |
commit | e60225b07e34a0bc724a53c704bf71f850689222 (patch) | |
tree | 39766e1b0a0233926d27524e017e33c6ecf98393 /zsh/zshrc | |
parent | fcdd1d26943b0a27eb85110ca515cb60ea4cd280 (diff) | |
download | dotfiles-e60225b07e34a0bc724a53c704bf71f850689222.tar.xz |
zsh: set hist_expire_dups_first
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |