shell-completions/bash: Add pactl set-default-sink and set-default-source
authorJarno Suni <8@iki.fi>
Tue, 21 Jan 2020 13:17:32 +0000 (13:17 +0000)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 30 Jan 2020 07:02:45 +0000 (09:02 +0200)
commita6beb3f4bfb55d7f5db718dd0f496575c4945c13
tree844a8d5ca9b7ec5f800c41ea90e6c3c030e9fe9c
parentb72f295597ddad396c4e40c003e1ea60c93260ea
shell-completions/bash: Add pactl set-default-sink and set-default-source

pactl has these commands, too. Use the same order as the
man page, except the undocumented 'help'. Note that the commands are
sorted alphabetically when completed anyway, though
that can be disabled since Bash 4.4
(https://unix.stackexchange.com/q/215937/111181)

The zsh completions already support set-default-sink and
set-default-source.
shell-completion/bash/pulseaudio