aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 23:31:47 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-04 23:31:47 +0200
commit202d07c98de356df76523476f664e3a78ef0b36f (patch)
treec7f3efabba081c0107aa7e5520aca1e5fab91e8c /zsh/.zshrc
parentd4977fa1165856e214687d6eee6b8b64a0b55686 (diff)
downloaddotfiles-202d07c98de356df76523476f664e3a78ef0b36f.tar.xz
zshrc: Redo shellopts, add new ones
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc22
1 files changed, 16 insertions, 6 deletions
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