mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-04 12:41:39 +00:00
zsh-completion: remove duplicate function
https://bugs.archlinux.org/task/43069
(cherry picked from commit 820aced6f6)
This commit is contained in:
@@ -141,7 +141,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; } }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user