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