From d66049b61a12abbafa7ae0dcff3efd8c6dc91e4e Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 20 Aug 2017 18:40:33 -0400 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows.md b/Windows.md index 8e4c2ab..d14ab2a 100644 --- a/Windows.md +++ b/Windows.md @@ -9,7 +9,7 @@ flawlessly. ### Relative Filepaths fzf uses `dir /s/b` as its default command for performance but it outputs absolute filepaths. -To use relative filepaths, set `FZF_DEFAULT_COMMAND` to any of the following and run it cmd.exe because it is faster than powershell.exe: +To use relative filepaths, set `FZF_DEFAULT_COMMAND` to any of the following and run it in cmd.exe because it has no overhead: - cmd.exe https://github.com/junegunn/fzf/pull/971#issuecomment-313971408 ```dosbatch