Skip to content

Commit

Permalink
zsh: unsetopt match by default
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed May 15, 2022
1 parent a464dca commit b6e744f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zshrc
Expand Up @@ -14,6 +14,9 @@ setopt correct
setopt autocd
# Use more powerful globbing
setopt extended_glob
# If a pattern doesn't match, pass it through unchanged
# This fixes issues with Rake task arguments in particular (`rake foo[bar]`)
unsetopt nomatch

# zmv is a pattern-based file renaming module.
autoload -U zmv
Expand Down

0 comments on commit b6e744f

Please sign in to comment.