mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
bb932a0a0a
Since dnf accepts the same arguments as yum, just inherit.
5 lines
62 B
Fish
5 lines
62 B
Fish
#
|
|
# Completions for the dnf command
|
|
#
|
|
|
|
complete -c dnf -w yum
|