diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-20 19:12:38 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | bf99b49e430f6976498aeb57a9bb068a40288457 (patch) | |
tree | 270c07b489971ed0e9937dc828890fd7a5461693 | |
parent | 20af9ee7bc841f4b6da199052986c1f315f97e6f (diff) | |
download | dotfiles-bf99b49e430f6976498aeb57a9bb068a40288457.tar.xz |
zsh: enable extglob
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |