From 5cf2411721c5aa45650be4673be455ca63b4c45d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 3 Oct 2021 14:49:48 +0100 Subject: [PATCH] dot/zshrc: Interpret a doubled quote inside single quotes as a single quote. And not a pointless suspension of single quoting. --- dot/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/zshrc b/dot/zshrc index 7a0824a..d56fde2 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -185,6 +185,7 @@ unsetopt nomatch unsetopt menu_complete setopt notify setopt rc_expand_param +setopt rc_quotes setopt share_history hash -d t=$TMPDIR -- 2.11.0