diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:03:34 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 8e32e6731567a3654999826e4ee7af8660787210 (patch) | |
tree | 7e837143bc7cad47f9f96f32c799b2bd36f97f11 /zsh | |
parent | 06c8d99b1bee04dea485b04822dad422f6103dce (diff) | |
download | dotfiles-8e32e6731567a3654999826e4ee7af8660787210.tar.xz |
zshrc: Update setopts
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -29,11 +29,8 @@ setopt autocd \ glob_dots \ extended_history \ hist_verify \ - hist_ignore_all_dups \ - hist_save_no_dups \ hist_ignore_space \ - hist_reduce_blanks \ - inc_append_history \ + inc_append_history_time \ interactive_comments \ numeric_glob_sort \ no_bg_nice \ |