diff options
Diffstat (limited to '')
| -rw-r--r-- | shell-completions/aur.fish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completions/aur.fish b/shell-completions/aur.fish index ae54b02..b66ebad 100644 --- a/shell-completions/aur.fish +++ b/shell-completions/aur.fish @@ -1,5 +1,5 @@ function _aur_no_switches - not __fish_contains_opt -s h help -s v version -s l list -s f force -s g git -s c config + not __fish_contains_opt -s h help -s v version -s l list -s f force -s g git -s c config -s r remove end complete -c aur -f @@ -9,4 +9,5 @@ complete -c aur -s v -l version complete -c aur -s l -l list complete -c aur -s f -l force complete -c aur -s g -l git +complete -c aur -s r -l remove -a "(pacman -Qqm)" complete -c aur -s c -l config -F -r |
