junegunn / fzf

:cherry_blossom: A command-line fuzzy finder

Home Page:https://junegunn.github.io/fzf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After updating fzf - I get an error: .bashrc: unknown option: --bash - .zshrc: unknown option: --zsh

jkemp814 opened this issue · comments

Checklist

  • I have read through the manual page (man fzf)
  • I have searched through the existing issues

Output of fzf --version

0.38.0 (debian)

OS

  • Linux
  • macOS
  • Windows
  • Etc.

Shell

  • bash
  • zsh
  • fish

Problem / Steps to reproduce

Open a terminal. Throws error in both Bash and ZSH.

Opening .fzf.bash and .fzf.zsh show line: 7
eval "$(fzf --bash)"
eval "$(fzf --zsh)"

Both shells have a problem with those eval lines.

The same error occurs on my Fedora Linux 39 Silverblue machines also. Not just this Debian machine. (MX Linux 23.2)

I pulled using Git. How do I get the 0.48.1 version? I did notice fzf --version shows 0.38.0

Okay, I got it and that fixed it. Thanks for the help.

I had to purge the old one.

@LangLangBart

Thanks for the help.