From dd9b9d28744d83a0282e080b8d4733200818df96 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 21 Sep 2015 19:02:37 -0700 Subject: Latest post: correct technical mistake Unquoted ? in Zsh isn't a syntax error. And = should be quoted too. --- source/blog/2015-09-21-zsh-51-and-bracketed-paste.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blog/2015-09-21-zsh-51-and-bracketed-paste.md') diff --git a/source/blog/2015-09-21-zsh-51-and-bracketed-paste.md b/source/blog/2015-09-21-zsh-51-and-bracketed-paste.md index 61e421b6..591a973e 100644 --- a/source/blog/2015-09-21-zsh-51-and-bracketed-paste.md +++ b/source/blog/2015-09-21-zsh-51-and-bracketed-paste.md @@ -13,7 +13,7 @@ In short, Zsh 5.1 introduced bracketed paste mode[^1] and turned it on by defaul https://www.google.com/search?q=zsh - without typing in a single or double quote first, the `?` won't be backslash-quoted by default, which causes a syntax error when passed unnoticed (out of habit). + without typing in a single or double quote first, the `?` and `=` won't be backslash-quoted by default, which causes an error when passed unnoticed (out of habit). 2. The Emacs shell[^2] is littered with `^[[?2004h` and `^[[?2004l` around every prompt. -- cgit v1.2.1