]> git.ipfire.org Git - thirdparty/systemd.git/commit - shell-completion/zsh/_systemctl.in
zsh completion: Prevent functions from clobbering each other, &c.
authordana <dana@dana.is>
Mon, 24 Dec 2018 11:15:38 +0000 (05:15 -0600)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 Jan 2019 14:23:37 +0000 (15:23 +0100)
commitc501ecd70c61f5569bb775be62612521aa53f878
treed8b7bbe730451f3a0cc2473e56f80b4914957e0a
parentf04746604140b5a3bee257b4824df9a035142de6
zsh completion: Prevent functions from clobbering each other, &c.

- Don't redefine helpers on every call
- Prefix helper names with main function name
- Adjust some helper names for consistency and convention adherance
19 files changed:
shell-completion/zsh/_bootctl
shell-completion/zsh/_busctl
shell-completion/zsh/_coredumpctl
shell-completion/zsh/_hostnamectl
shell-completion/zsh/_journalctl
shell-completion/zsh/_kernel-install
shell-completion/zsh/_localectl
shell-completion/zsh/_loginctl
shell-completion/zsh/_machinectl
shell-completion/zsh/_networkctl
shell-completion/zsh/_sd_machines
shell-completion/zsh/_systemctl.in
shell-completion/zsh/_systemd-analyze
shell-completion/zsh/_systemd-delta
shell-completion/zsh/_systemd-inhibit
shell-completion/zsh/_systemd-nspawn
shell-completion/zsh/_systemd-resolve
shell-completion/zsh/_systemd-run
shell-completion/zsh/_udevadm