mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
new: pwsh completion for tree.com
This commit is contained in:
parent
30052098eb
commit
9c25e36452
3 changed files with 30 additions and 0 deletions
|
@ -14,3 +14,6 @@ rustup completions powershell > (Join-Path $script_location "rustup_completion.p
|
|||
wezterm shell-completion --shell power-shell > (Join-Path $script_location "wezterm_completion.ps1")
|
||||
chezmoi completion powershell > (Join-Path $script_location "chezmoi_completion.ps1")
|
||||
|
||||
# alias
|
||||
Set-Location $PSScriptRoot
|
||||
Get-ChildItem "../../extra_configs/completions" -File | Copy-Item -Destination $script_location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue