dot/zshrc: Enable option to substitute `BAR=...:~FOO:...:=BAZ:...'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 17 Feb 2024 13:02:10 +0000 (13:02 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 17 Feb 2024 14:55:46 +0000 (14:55 +0000)
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

index 9565fd6..e02aaa7 100644 (file)
--- 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