Skip to content

Commit

Permalink
zsh-completion: remove duplicate function
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Dec 10, 2014
1 parent de24871 commit 820aced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell-completion/zsh/_systemctl.in
Original file line number Diff line number Diff line change
Expand Up @@ -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; } }


Expand Down

0 comments on commit 820aced

Please sign in to comment.