diff --git a/Windows.md b/Windows.md index 470faaf..13fa882 100644 --- a/Windows.md +++ b/Windows.md @@ -34,7 +34,7 @@ Set `FZF_DEFAULT_COMMAND` to any of the following: - powershell https://github.com/junegunn/fzf/issues/960 ```dosbatch - powershell.exe -NoLogo -NoProfile -Noninteractive -Command "Get-Item . | Get-ChildItem -File -Recurse -Name" + powershell.exe -NoLogo -NoProfile -Noninteractive -Command "Get-ChildItem -File -Recurse -Name" ``` - [sift](https://sift-tool.org/) ```dosbatch