From 6a3fd1692295b08b9e5afa17538c703a24cbea0c Mon Sep 17 00:00:00 2001 From: kenis <45393183+hjhdsg@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:15:10 +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 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