mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
complete "mpc load"
This commit is contained in:
parent
f8a46c027d
commit
284b7d8eb0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ complete -c mpc -n "not __fish_seen_subcommand_from $subcommands" -a current -d
|
|||
# Using '(mpc search filename (commandline -ct))' _might_ be faster for larger libraries
|
||||
complete -c mpc -n "__fish_seen_subcommand_from add insert" -a "(mpc listall)"
|
||||
|
||||
complete -c mpc -n "__fish_seen_subcommand_from playlist" -a "(mpc lsplaylists)"
|
||||
complete -c mpc -n "__fish_seen_subcommand_from playlist load" -a "(mpc lsplaylists)"
|
||||
complete -c mpc -n "__fish_seen_subcommand_from consume random repeat single" -a "on off"
|
||||
complete -c mpc -n "__fish_seen_subcommand_from replaygain" -a "off track album"
|
||||
|
||||
|
|
Loading…
Reference in a new issue