Add aliae autocompletion

This commit is contained in:
Manuel Thalmann 2024-03-20 17:14:34 +01:00
parent ce6fb59ff5
commit 41919727e3

View file

@ -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"