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