Closed toughquestions closed 8 months ago
For the commit 502e3670b68a6633c99a95877521ea733d543446 link , getting this error:
502e3670b68a6633c99a95877521ea733d543446
/home/user/.zgenom/unixorn/fzf-zsh-plugin/___/fzf-zsh-plugin.plugin.zsh:50: parse error: condition expected: _fzf_has
Changing line 50 https://github.com/unixorn/fzf-zsh-plugin/blob/502e3670b68a6633c99a95877521ea733d543446/fzf-zsh-plugin.plugin.zsh#L50 by removing the brackets to
if ! _fzf_has fzf ; then
seems to fix the issue.
Fixed by https://github.com/unixorn/fzf-zsh-plugin/pull/99
For the commit
502e3670b68a6633c99a95877521ea733d543446
link , getting this error:Changing line 50 https://github.com/unixorn/fzf-zsh-plugin/blob/502e3670b68a6633c99a95877521ea733d543446/fzf-zsh-plugin.plugin.zsh#L50 by removing the brackets to
seems to fix the issue.