zpm-zsh / colors

Enhanced colors for zsh
GNU General Public License v3.0
50 stars 5 forks source link

"plugins/colors/colors.plugin.zsh:5: unknown file attribute" #2

Closed Bub-la-bub closed 4 years ago

Bub-la-bub commented 4 years ago

I've recently run into an issue where the plugin throws the following error on RHEL6: "plugins/colors/colors.plugin.zsh:5: unknown file attribute"

Researching the issue it looks like the following line can't initialize the data object and populate it at the same time: typeset -Ag c=(

Changing the above to this seemed to fix it: typeset -Ag c; c=(