From 202d07c98de356df76523476f664e3a78ef0b36f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 4 Aug 2014 23:31:47 +0200 Subject: zshrc: Redo shellopts, add new ones --- zsh/.zshrc | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index c538a99..68fffef 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 -- cgit v1.2.3-70-g09d2