mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
add & fix: pwsh: pip completion & completion load
This commit is contained in:
parent
f09332e5c7
commit
965dcf5045
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue