From a22b7e9448c0b2768a1ce6fc8e13ee5617f3674e Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 14 Jan 2018 14:42:42 -0500 Subject: [PATCH] Update cmd.exe default command from PR #1200 --- Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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