mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 12:42:01 -07:00
This is needed when you run a Windows binary on WSL or zsh on Windows where forward slashes are expected. export FZF_DEFAULT_OPTS='--walker-path-sep /' Close #3859