mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
parent
7555772432
commit
2ddd839f52
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# Test if completing using package names is appropriate
|
||||
function __fish_yum_package_ok
|
||||
for i in (commandline -poc)
|
||||
if contains $i update upgrade remove erase install reinstall
|
||||
if contains -- $i update upgrade remove erase install reinstall
|
||||
return 0
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue