Fzf: .fzf.zsh:source:13 no such file or directory: /Users/.../.fzf/shell/key-bindings.zsh

Created on 13 Dec 2017  路  2Comments  路  Source: junegunn/fzf

  • Category

    • [ ] fzf binary

    • [ ] fzf-tmux script

    • [ ] Key bindings

    • [ ] Completion

    • [ ] Vim

    • [ ] Neovim

    • [x ] Etc.

  • OS

    • [ ] Linux

    • [x ] Mac OS X

    • [ ] Windows

    • [ ] Windows Subsystem for Linux

    • [ ] Etc.

  • Shell

    • [ ] bash

    • [ x] zsh

    • [ ] fish

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'

Most helpful comment

You missed $ at the beginning: $(...

All 2 comments

You missed $ at the beginning: $(...

Generally this $ can be for the user run on terminal.
It was this, thank you junegunn!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sassanh picture sassanh  路  3Comments

jberglinds picture jberglinds  路  3Comments

leonklingele picture leonklingele  路  3Comments

alistaircolling picture alistaircolling  路  3Comments

erusev picture erusev  路  3Comments