mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
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
|
# alias
|
||||||
Set-Location $PSScriptRoot
|
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…
Add table
Add a link
Reference in a new issue