merge: add csharpls, completion for elan on windows

This commit is contained in:
qwjyh 2023-10-13 20:42:30 +09:00
parent b779ecadc8
commit 5c27c02e69
2 changed files with 8 additions and 7 deletions

View file

@ -11,6 +11,7 @@ if (!(Test-Path $script_location)) {
Get-ChildItem $script_location | Remove-Item
rclone completion powershell > (Join-Path $script_location "rclone_completion.ps1")
rustup completions powershell > (Join-Path $script_location "rustup_completion.ps1")
elan completions powershell > (Join-Path $script_location "elan_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")