Created
August 12, 2023 04:52
-
-
Save pH-7/1a5be8ad13060c4a36fd6434ebd80dfa to your computer and use it in GitHub Desktop.
Run the following in your terminal to fix the unescaped arguments with matching arguments with Z shell. This will fix errors such as "zsh: no matches found: head^" error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "\n# Allow unmatched wildcard expressions in zsh\nsetopt NO_NOMATCH" >> ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setopt NO_NOMATCH
. You can easily add it to your.zshrc
file thanks to the following linezshrc
will now have this at the bottom.zshrc
by runningsource ~/.zshrc