/usr/share/zsh/vendor-completions
NameSizeModeActions
_bootctl24500644editdlrm
_busctl95940644editdlrm
_curl152400644editdlrm
_docker77480644editdlrm
_dpkg-parsechangelog14100644editdlrm
_hostnamectl27930644editdlrm
_journalctl71940644editdlrm
_kernel-install7790644editdlrm
_localectl37730644editdlrm
_loginctl63970644editdlrm
_networkctl21590644editdlrm
_resolvectl37440644editdlrm
_sd_hosts_or_user_at_host1280644editdlrm
_sd_outputmodes3060644editdlrm
_sd_unit_files2630644editdlrm
_snap18240644editdlrm
_systemctl198890644editdlrm
_systemd38480644editdlrm
_systemd-analyze42270644editdlrm
_systemd-delta6330644editdlrm
_systemd-inhibit11790644editdlrm
_systemd-path2850644editdlrm
_systemd-run43460644editdlrm
_systemd-tmpfiles7440644editdlrm
_timedatectl20500644editdlrm
_udevadm65330644editdlrm
Edit: /usr/share/zsh/vendor-completions/_sd_unit_files (263B)
#autoload # SPDX-License-Identifier: LGPL-2.1-or-later _sd_unit_files() { local files expl files=( '*:files:->files' ) _description files expl 'unit file' _files "$expl[@]" -g '*.(automount|device|mount|path|service|socket|swap|target|timer)' }