Add aliae autocompletion

This commit is contained in:
Manuel Thalmann 2024-03-20 17:14:34 +01:00
parent 04d47cc7de
commit 944d0edd54

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"