diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 8 |
1 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/ +``` |
