Closed Peaches491 closed 1 year ago
I just did a fresh install of Ubuntu via Multipass on MacOS and ran apt-get
to pull zsh 5.8.1. I'm not seeing anything that would cause the error you're seeing. Do you have your dotfiles posted anywhere? If not, can you post here or make a temporary gist to provide details of your config?
Eureka! Apparently my setup wasn't as vanilla as I'd thought! I'm stealing a coworker's dotfiles and they had KSH_ARRAYS
set: https://zsh.sourceforge.io/Doc/Release/Options.html#:~:text=Emulate%20ksh%20array%20handling
After weeding through all my settings commenting out the set KSH_ARRAYS
fixed the problem.
I added better support for KSH_ARRAYS and tests in v1.9.3.
With a fresh ZSH install (
zsh 5.8 (x86_64-ubuntu-linux-gnu)
) on Ubuntu 20.04 (5.15.0-73-generic
) I get the following error dump when runningsource $antidote_dir/antidote.zsh
:Any clues what I might be doing wrong?