Add aliae
autocompletion
This commit is contained in:
parent
ce6fb59ff5
commit
41919727e3
1 changed files with 9 additions and 0 deletions
|
@ -14,3 +14,12 @@ script:
|
|||
Get-Item $profilePath | ForEach-Object { . $_; };
|
||||
}
|
||||
if: match .Shell "pwsh"
|
||||
- value: |
|
||||
eval "$(aliae completion bash)"
|
||||
if: match .Shell "bash"
|
||||
- value: |
|
||||
aliae completion fish | source
|
||||
if: match .Shell "fish"
|
||||
- value: |
|
||||
aliae completion powershell | Invoke-Expression
|
||||
if: match .Shell "pwsh"
|
||||
|
|
Loading…
Reference in a new issue