When I begin on terminal I have this error:
[oh-my-zsh] Random theme '/Users/romenigld/.oh-my-zsh/themes/pygmalion.zsh-theme' loaded...
/Users/romenigld/.fzf.zsh:source:13: no such file or directory: /Users/romenigld/.fzf/shell/key-bindings.zsh
my fzf version:
fzf --version
0.17.3 (brew)
I tried run this and get this error:
(brew --prefix)/opt/fzf/install
zsh: parse error near `/opt/fzf/install'
You missed $ at the beginning: $(...
Generally this $ can be for the user run on terminal.
It was this, thank you junegunn!
Most helpful comment
You missed
$at the beginning:$(...