diff --git a/tag-zsh/zsh/configs/options.zsh b/tag-zsh/zsh/configs/options.zsh new file mode 100644 index 0000000..095835c --- /dev/null +++ b/tag-zsh/zsh/configs/options.zsh @@ -0,0 +1,3 @@ +# Fix "zsh: no matches found: HEAD^" error. +# See https://github.com/opdavies/dotfiles/issues/14. +setopt NO_NOMATCH