-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
[BUG] FZF_PATH variable not pointing to FZF installed with Brew #286
Comments
As a fix, I've added |
I'll take a look this weekend - I'm kind of swamped at work this week |
Thanks, @neiromaster |
I'm using Linux and installed fzf with a package manager. I got the same error message. |
I followed along with the instructions and installed
fzf
withbrew install fzf
, cloned the main repo into my home directory, and then set up the terminal withp10k configure
.However, whenever I make a new shell, I'm getting the following warning:
/Users/saumik/.fzf.zsh:source:13: no such file or directory: /Users/saumik/.fzf/shell/key-bindings.zsh
Upon further inspection, it seems like
brew
installsfzf
in/usr/local/Cellar
, but the.fzf.zsh
file is looking forFZF_PATH
, which has somehow been set to/Users/saumik/.fzf
.I could manually edit the
.fzf.zsh
file to point to/usr/local/Cellar
, but I'm not sure why this is happening by default.Any idea what's going wrong, or if I'm missing a step?
The text was updated successfully, but these errors were encountered: