aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-12-20 19:12:38 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commitbf99b49e430f6976498aeb57a9bb068a40288457 (patch)
tree270c07b489971ed0e9937dc828890fd7a5461693 /zsh
parent20af9ee7bc841f4b6da199052986c1f315f97e6f (diff)
downloaddotfiles-bf99b49e430f6976498aeb57a9bb068a40288457.tar.xz
zsh: enable extglob
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 2d97059..7a3c26a 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -22,11 +22,11 @@ colors
setopt autocd \
complete_aliases \
glob_dots \
+ extended_glob \
extended_history \
hist_verify \
hist_ignore_space \
inc_append_history_time \
- interactive_comments \
numeric_glob_sort \
no_bg_nice \
print_exit_value \