[systemd-commits] shell-completion/zsh
Zbigniew Jędrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Wed Dec 10 14:39:00 PST 2014
shell-completion/zsh/_systemctl.in | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 820aced6f6067a6b7c57b7d36e44f64378870cbf
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Wed Dec 10 17:34:41 2014 -0500
zsh-completion: remove duplicate function
https://bugs.archlinux.org/task/43069
diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in
index 04cd945..3fa59fa 100644
--- a/shell-completion/zsh/_systemctl.in
+++ b/shell-completion/zsh/_systemctl.in
@@ -142,7 +142,6 @@ _filter_units_by_property() {
done
}
-_systemctl_all_units() { { __systemctl list-unit-files; __systemctl list-units --all; } | { while read -r a b; do [[ $a =~ @\. ]] || echo -E - " $a"; done; } }
_systemctl_get_template_names() { __systemctl list-unit-files | { while read -r a b; do [[ $a =~ @\. ]] && echo -E - " ${a%%@.*}@"; done; } }
More information about the systemd-commits
mailing list