Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fzf_setup_using_fzf:6: command not found: is-at-least #12412

Closed
sammcj opened this issue May 12, 2024 · 2 comments
Closed

fzf_setup_using_fzf:6: command not found: is-at-least #12412

sammcj opened this issue May 12, 2024 · 2 comments
Labels
Area: plugin Issue or PR related to a plugin Bug Something isn't working

Comments

@sammcj
Copy link

sammcj commented May 12, 2024

Describe the bug

After updating OMZ a week or two ago all my machines have been giving the following error whenever a new terminal session is created:

fzf_setup_using_fzf:6: command not found: is-at-least

This seems to be coming from the following line: https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/fzf/fzf.plugin.zsh#L7

I'm not sure what is-at-least is supposed to be (function/program/alias?) but it's not a valid ZSH command.

Steps to reproduce

  1. Install OMZ (I use it with zgen)
  2. Enable the fzf plugin (e.g. zgen oh-my-zsh plugins/fzf)
  3. Start a new terminal session
  4. Get error fzf_setup_using_fzf:6: command not found: is-at-least

Expected behavior

No error?

Screenshots and recordings

No response

OS / Linux distribution

macOS 14.4.1

Zsh version

5.9

Terminal emulator

iTerm2

If using WSL on Windows, which version of WSL

None

Additional context

No response

@mcornella
Copy link
Member

Fixed, thanks for the report!

@mcornella mcornella added Bug Something isn't working Area: plugin Issue or PR related to a plugin labels May 12, 2024
@sammcj
Copy link
Author

sammcj commented May 12, 2024

Confirmed, Thanks for the quick fix.

lesterchan added a commit to lesterchan/oh-my-zsh that referenced this issue May 21, 2024
* upstream/master:
  chore(template): propose add `.local/bin` to PATH (ohmyzsh#12417)
  feat(amuse): add whitespace before virtualenv (ohmyzsh#12423)
  feat(fzf): add support for Fedora package (ohmyzsh#12421)
  feat(wd): update to version v0.6.1 (ohmyzsh#12413)
  fix(dependencies): check if repo is clean before committing
  ci(dependencies): fetch all branches
  ci(dependencies): use `setup-python` and enable cron-based jobs
  fix(dependencies): avoid creating PR if it's already there
  feat(dependencies): add support for semver tags
  fix(dependencies): improve typing
  style(dependencies): run `ruff` formatter
  chore(dependencies): update requirements.txt
  fix(fzf): fix missing `is-at-least` error in setup (ohmyzsh#12412)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin Bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants