/usr/share/zsh/site-functions
NameSizeModeActions
_bootctl29100644editdlrm
_busctl95870644editdlrm
_coredumpctl19350644editdlrm
_curl149300644editdlrm
_firewalld207340644editdlrm
_hostnamectl27930644editdlrm
_imunify360_agent153830644editdlrm
_journalctl71940644editdlrm
_kernel-install7790644editdlrm
_localectl37730644editdlrm
_loginctl64000644editdlrm
_machinectl43600644editdlrm
_p11-kit9810644editdlrm
_podman78260644editdlrm
_sd_hosts_or_user_at_host1280644editdlrm
_sd_machines5050644editdlrm
_sd_outputmodes3180644editdlrm
_sd_unit_files2630644editdlrm
_systemctl199640644editdlrm
_systemd38480644editdlrm
_systemd-analyze56300644editdlrm
_systemd-delta6330644editdlrm
_systemd-inhibit11790644editdlrm
_systemd-nspawn47250644editdlrm
_systemd-path3300644editdlrm
_systemd-run43560644editdlrm
_systemd-tmpfiles7440644editdlrm
_timedatectl20500644editdlrm
_trust30690644editdlrm
_udevadm82530644editdlrm
Edit: /usr/share/zsh/site-functions/_systemd-tmpfiles (744B)
#compdef systemd-tmpfiles # SPDX-License-Identifier: LGPL-2.1-or-later _arguments \ {-h,--help}'[Show help]' \ '--version[Show package version]' \ '--create[Create, set ownership/permissions based on the config files.]' \ '--clean[Clean up all files and directories with an age parameter configured.]' \ '--remove[All files and directories marked with r, R in the configuration files are removed.]' \ '--boot[Execute actions only safe at boot]' \ '--prefix=[Only apply rules that apply to paths with the specified prefix.]' \ '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \ '--root=[Operate on an alternate filesystem root]:directory:_directories' \ '*::files:_files'