You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set fzf default options to ignore symlinks, yet ** shell completion doesn't respect this setting, because walker overwrites it depending on the command in question, which might expect file paths or folder paths as arguments, respectively. This is the same issue as #3778 which introduced FZF_COMPLETION_PATH_OPTS and FZF_COMPLETION_DIR_OPTS, but I only learned about those env vars after finding the issue here on GitHub. They're not mentioned in any docs or man page.
The text was updated successfully, but these errors were encountered:
Checklist
man fzf
)Output of
fzf --version
0.55.0 (fc69308)
OS
Shell
Problem / Steps to reproduce
I set fzf default options to ignore symlinks, yet
**
shell completion doesn't respect this setting, because walker overwrites it depending on the command in question, which might expect file paths or folder paths as arguments, respectively. This is the same issue as #3778 which introducedFZF_COMPLETION_PATH_OPTS
andFZF_COMPLETION_DIR_OPTS
, but I only learned about those env vars after finding the issue here on GitHub. They're not mentioned in any docs or man page.The text was updated successfully, but these errors were encountered: