From 4377a390080997ec9af54a3b8b4a298fb10c7ce5 Mon Sep 17 00:00:00 2001 From: MenkeTechnologies Date: Mon, 27 Dec 2021 16:22:19 -0500 Subject: [PATCH] add setopt rcquotes --- zsh-expand.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-expand.plugin.zsh b/zsh-expand.plugin.zsh index 3c897fd..7ba24c6 100644 --- a/zsh-expand.plugin.zsh +++ b/zsh-expand.plugin.zsh @@ -30,6 +30,7 @@ fi autoload regexp-replace setopt extendedglob +setopt rcquotes ZPWR_VARS[EXPAND_API]=${0:A:h}/zpwrExpandApi.zsh ZPWR_VARS[EXPAND_LIB]=${0:A:h}/zpwrExpandLib.zsh