diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 23:31:47 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 23:31:47 +0200 |
commit | 202d07c98de356df76523476f664e3a78ef0b36f (patch) | |
tree | c7f3efabba081c0107aa7e5520aca1e5fab91e8c | |
parent | d4977fa1165856e214687d6eee6b8b64a0b55686 (diff) | |
download | dotfiles-202d07c98de356df76523476f664e3a78ef0b36f.tar.xz |
zshrc: Redo shellopts, add new ones
-rw-r--r-- | zsh/.zshrc | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -15,12 +15,22 @@ compinit promptinit colors -shellopts=(PROMPT_SUBST - completealiases - auto_cd - interactivecomments - inc_append_history - extendedhistory +shellopts=( + autocd + complete_aliases + extended_history + hist_verify + hist_ignore_all_dups + hist_save_no_dups + hist_ignore_space + hist_reduce_blanks + share_history + inc_append_history + interactive_comments + numeric_glob_sort + no_bg_nice + print_exit_value + prompt_subst ) setopt $shellopts |