Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Two different zsh sessions handle $* differently



On 22 August 2017 at 13:22, Mikael Puhakka <mr.progo@xxxxxxxxx> wrote:
> Hi zsh-workers,
>
> Recently I noticed that my journal script has started to lose data. Then
> I noticed that this is somehow in how zsh handles my little helper
> function. This peculiarly affects one zsh session and not many others
> that I can see.

for key val in ${(kv)options}; do echo "$key -> $val"; done
in each shell please


-- 
Eitan Adler



Messages sorted by: Reverse Date, Date, Thread, Author