From 337960030a280ab5d5dd1639dbda87c74634f433 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sat, 18 Mar 2023 21:07:53 +0900 Subject: [PATCH] fix: pwsh: gen_completion --- bin/windows/create_completion_files.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/windows/create_completion_files.ps1 b/bin/windows/create_completion_files.ps1 index 57f0bfa..5019136 100644 --- a/bin/windows/create_completion_files.ps1 +++ b/bin/windows/create_completion_files.ps1 @@ -16,4 +16,4 @@ chezmoi completion powershell > (Join-Path $script_location "chezmoi_completion. # alias Set-Location $PSScriptRoot -Get-ChildItem "../../extra_configs/completions" -File | Copy-Item -Destination $script_location +Get-ChildItem "../../extra_configs/completions" -File *.ps1 | Copy-Item -Destination $script_location