mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +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
|
# Test if completing using package names is appropriate
|
||||||
function __fish_yum_package_ok
|
function __fish_yum_package_ok
|
||||||
for i in (commandline -poc)
|
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
|
return 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue