add & fix: pwsh: pip completion & completion load

This commit is contained in:
qwjyh 2023-04-08 23:23:38 +09:00
parent f09332e5c7
commit 965dcf5045
2 changed files with 11 additions and 1 deletions

View file

@ -13,6 +13,7 @@ rclone completion powershell > (Join-Path $script_location "rclone_completion.ps
rustup completions powershell > (Join-Path $script_location "rustup_completion.ps1")
wezterm shell-completion --shell power-shell > (Join-Path $script_location "wezterm_completion.ps1")
chezmoi completion powershell > (Join-Path $script_location "chezmoi_completion.ps1")
pip completion --powershell > (Join-Path $script_location "pip_completion.ps1")
# alias
Set-Location $PSScriptRoot