Skip to content

Commit

Permalink
zsh - Enable Glob_Star_Short option
Browse files Browse the repository at this point in the history
Allow `**/*` to be abbreviated to just `**`.
  • Loading branch information
aschrab committed Feb 12, 2021
1 parent 062c422 commit e7d6dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh.d/R03options.zsh
Expand Up @@ -11,6 +11,7 @@ setopt \
Correct \
Extended_Glob \
Glob_Complete \
Glob_Star_Short \
List_Types \
Magic_Equal_Subst \
Mail_Warning \
Expand Down

0 comments on commit e7d6dac

Please sign in to comment.