Enable ksh-style extended globbing in zsh

These are the same patterns as used in bash
This commit is contained in:
Daniel - 2018-07-15 11:13:38 +02:00
parent 2c6eb403c2
commit 26c716ce6e
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -8,6 +8,7 @@ setopt no_clobber
bindkey -e
setopt hash_list_all
setopt extended_glob
setopt ksh_glob
setopt autopushd
export DIRSTACKSIZE=30