diff options
| author | pml68 <contact@pml68.dev> | 2024-12-22 00:12:51 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-22 00:12:51 +0100 |
| commit | 8da66452eb3f0a08dd781b719872dd5b1aba1fda (patch) | |
| tree | 876c2b547a14d02f3c165bb4b48c10f32d628878 | |
| parent | feat: add fish completion script (diff) | |
| download | aur-8da66452eb3f0a08dd781b719872dd5b1aba1fda.tar.gz | |
docs: add fish completion directions to README
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | aur.fish (renamed from aur-completion.fish) | 0 |
2 files changed, 7 insertions, 1 deletions
@@ -2,11 +2,17 @@ My AUR helper. See `aur -h` -## Bash completion +## Shell completion +Bash ```sh cp aur-completion.bash ~/.aur-completion.bash # add this line to your .bashrc source ~/.aur-completion.bash ``` + +Fish +```sh +cp aur.fish ~/.config/fish/completions/ +``` diff --git a/aur-completion.fish b/aur.fish index fea8e37..fea8e37 100644 --- a/aur-completion.fish +++ b/aur.fish |
