mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
merge: add csharpls, completion for elan on windows
This commit is contained in:
parent
b779ecadc8
commit
5c27c02e69
2 changed files with 8 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue