> On Nov 22, 2019, at 8:31 AM, Peter Stephenson wrote: > > On Fri, 2019-11-22 at 08:07 -0600, Perry Smith wrote: >> It surprised me that this: >> >> var2=$var1 >> >> worked as it does but bash does the same thing. > > It's much clearer like this as you can instantly see if you're doing an > array assignment or not. I totally agree. I never liked the “${foo}” gymnastics. So far, the defaults of zsh are what I want. I’m still only in my first month of using zsh but I’m finding so many things that solve real world problems that I’ve bumped into.