dotfiles/.config/zsh/completions/_showebuild
tastytea abf19647c7
Add showebuild function
Show either installed, newest non-live or newest ebuild in less
2022-04-09 22:38:01 +02:00

10 lines
149 B
Plaintext

#compdef showebuild
autoload -U _gentoo_packages
_arguments '*:package:_gentoo_packages available'
# Local Variables:
# mode: shell-script
# End: