Adam Tilton
Results
1
comments of
Adam Tilton
Automatically escaping square brackets is controlled by the [NOMATCH zsh option](http://zsh.sourceforge.net/Doc/Release/Options.html#index-NOMATCH). To automatically escape the square brackets, add the following to `.zshrc`: ``` # Escape square brackets by default unsetopt...