momo-lab / zsh-abbrev-alias

This zsh plugin provides functionality similar to Vim's abbreviation expansion.
MIT License
119 stars 14 forks source link

Make opts local to not clash with other plugins #17

Closed mcornella closed 3 years ago

mcornella commented 3 years ago

If another plugin also doesn't make it local, the following error may be shown:

bad set of key/value pairs for associative array

See https://github.com/ohmyzsh/ohmyzsh/issues/9429

mcornella commented 3 years ago

Thanks!