From 5f430c32d36254dc9f0403a6f7785295d3f5fc10 Mon Sep 17 00:00:00 2001 From: kenis <45393183+hjhdsg@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:37:13 +0800 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows.md b/Windows.md index 13fa882..470faaf 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-ChildItem -File -Recurse -Name" + powershell.exe -NoLogo -NoProfile -Noninteractive -Command "Get-Item . | Get-ChildItem -File -Recurse -Name" ``` - [sift](https://sift-tool.org/) ```dosbatch