/usr/share/zsh/5.5.1/functions
Edit: /usr/share/zsh/5.5.1/functions/_vmctl (2168B)
#compdef vmctl
local context line state state_descr
local -a subcommands vmctl_status
local -A opt_args
_vm_name() {
compadd "$@" - ${${${(@f)"$(_call_program vmctl_status vmctl status)"}[2,-1]}##* }
}
_vm_switch() {
[[ -r /etc/vm.conf ]] &&
compadd "$@" - ${${${(M)${(f)"$(