From: Mark Wooding Date: Sat, 17 Feb 2024 13:02:10 +0000 (+0000) Subject: dot/zshrc: Enable option to substitute `BAR=...:~FOO:...:=BAZ:...'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/fbde5ae088506dd05f80d00e39567923029ca21f 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. --- 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