From 26c716ce6ea11605ab078674a62040c883fdd078 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 15 Jul 2018 11:13:38 +0200 Subject: [PATCH] Enable ksh-style extended globbing in zsh These are the same patterns as used in bash --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 90b9169..2f0a456 100644 --- a/zshrc +++ b/zshrc @@ -8,6 +8,7 @@ setopt no_clobber bindkey -e setopt hash_list_all setopt extended_glob +setopt ksh_glob setopt autopushd export DIRSTACKSIZE=30