From fbde5ae088506dd05f80d00e39567923029ca21f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 17 Feb 2024 13:02:10 +0000 Subject: [PATCH] dot/zshrc: Enable option to substitute `BAR=...:~FOO:...:=BAZ:...'. Once upon a time I made a bad mistake which involved assuming that this actually worked in Bash. Make it work in honour of that disaster. --- dot/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/zshrc b/dot/zshrc index 9565fd6..e02aaa7 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -181,6 +181,7 @@ unsetopt ksh_glob setopt list_ambiguous setopt list_packed setopt multios +setopt magic_equal_subst unsetopt nomatch unsetopt menu_complete setopt notify -- 2.11.0