Replies: 1 comment 1 reply
-
Please read https://github.com/junegunn/fzf?tab=readme-ov-file#environment-variables |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
fd
withfzf
and want it to ignore the~/Library/
and~/Applications/
folders, when I start a search inside the root of my home directory.For this, I've created a .fdignore file in my home directory:
There's also a .config/fd/ignore:
Now, if I type "fzf" in my home dir, it works, and both directories are omitted.
But if I use the Ctrl + T shortcut or the command + "**" + Tab syntax the whole home directory is indexed.
Here's some more sys info:
Maybe it's related to the fzf plugin comming with Oh My ZSH?
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions