Skip to content

Commit 820aced

Browse files
committed
zsh-completion: remove duplicate function
https://bugs.archlinux.org/task/43069
1 parent de24871 commit 820aced

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell-completion/zsh/_systemctl.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ _filter_units_by_property() {
142142
done
143143
}
144144

145-
_systemctl_all_units() { { __systemctl list-unit-files; __systemctl list-units --all; } | { while read -r a b; do [[ $a =~ @\. ]] || echo -E - " $a"; done; } }
146145
_systemctl_get_template_names() { __systemctl list-unit-files | { while read -r a b; do [[ $a =~ @\. ]] && echo -E - " ${a%%@.*}@"; done; } }
147146

148147

0 commit comments

Comments
 (0)