zsh-users / fizsh

Friendly Interactive ZSHell.
Other
299 stars 18 forks source link

fizsh-miscellaneous.zsh:57: no matches found: key[End]}= #9

Closed pjk25 closed 8 years ago

pjk25 commented 8 years ago

/Users/me/fizsh-miscellaneous.zsh:57: no matches found: key[End]}= is printed when I invoke fizsh. I have fizsh installed via homebrew on OS X El Capitan.

guidovansteen commented 8 years ago

There seems to be something wrong with your $key variable. You might unset it, before invoking fizsh. Fizsh will automatically create the variable $key, if it does not exist:

$ unset key $ fizsh

Does this help?

guidovansteen commented 8 years ago

Closing this issue.

pjk25 commented 8 years ago

Hi @guidovansteen, sorry for missing your comment before. Interestingly, unset key does not solve the issue.