diff options
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 \ |