fix: pwsh: gen_completion
This commit is contained in:
parent
1da9dd34ab
commit
337960030a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue