diff --git a/Windows.md b/Windows.md index d932200..1acd63c 100644 --- a/Windows.md +++ b/Windows.md @@ -30,7 +30,7 @@ To use relative filepaths, set `FZF_DEFAULT_COMMAND` to any of the following and - cmd.exe https://github.com/junegunn/fzf/pull/971#issuecomment-313971408 ```dosbatch - cmd.exe /q/V:ON/c "for /f %A in ('dir /s/b 2^> nul') do set RELPATH=%A && echo !RELPATH:%cd%\=!" + cmd.exe /v:on/s/c "for /r %P in (*) do @(set _relpath=%P & echo !_relpath:%cd%\=!)" ``` - powershell https://github.com/junegunn/fzf/issues/960 ```dosbatch