Skip to content

Commit

Permalink
Add unsetopt nomatch to zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Jan 29, 2016
1 parent ca1bf6a commit ece4055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc
Expand Up @@ -116,6 +116,7 @@ setopt hist_reduce_blanks # trim blanks
setopt hist_verify # show before executing history commands
setopt inc_append_history # add commands as they are typed, don't wait until shell exit
setopt share_history # share hist between sessions
unsetopt nomatch # Allow [ or ] where ever you want

export LOCALE="en_US.UTF-8"
export LANG="en_US.UTF-8"
Expand Down

0 comments on commit ece4055

Please sign in to comment.