about summary refs log tree commit diff
path: root/fish/functions/__xtools_complete_one_package.fish
blob: fcaec3603ed6776ea1f918dae8933a1febc36b9c (plain) (blame)
1
2
3
4
function __xtools_complete_one_package
    [ (count (commandline -poc)) -eq 1 ]
    and __xtools_complete_packages
end