# aur My AUR helper. See `aur -h` ## 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/ ```