I am trying to install an array in ZSH (configured using oh-my-zsh).
export AR=(localhost:1919 localhost:1918)
but I get this error:
zsh: number expected
If I do not add the export command, this is just fine. I do not write above in the * rc file, just in the zsh request. What could be the problem?
source share