Merge branch 'main' into lean
This commit is contained in:
commit
9eadb3cfc1
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ elan completions powershell > (Join-Path $script_location "elan_completion.ps1")
|
||||||
wezterm shell-completion --shell power-shell > (Join-Path $script_location "wezterm_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")
|
chezmoi completion powershell > (Join-Path $script_location "chezmoi_completion.ps1")
|
||||||
pip completion --powershell > (Join-Path $script_location "pip_completion.ps1")
|
pip completion --powershell > (Join-Path $script_location "pip_completion.ps1")
|
||||||
|
rye self completion -s powershell > (Join-Path $script_location "rye_completion.ps1")
|
||||||
|
|
||||||
# alias
|
# alias
|
||||||
Set-Location $PSScriptRoot
|
Set-Location $PSScriptRoot
|
||||||
|
|
Loading…
Reference in a new issue