summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_systemctl.in
Commit message (Collapse)AuthorAge
* shell-completion: prevent mangling unit namesEric Cook2014-07-26
| | | | | | Units with literal hex '\xFF' in their names has to be read and printed properly. dev-disk-byx2dlabel-root.device != dev-disk-by\x2dlabel-root.device
* shell-completion: systemd-analyze verify, systemctl linkZbigniew Jędrzejewski-Szmek2014-07-21
| | | | | | | | Some zsh completion helpers were not installed, so completion was broken. Add systemd-analyze verify. Make systemctl link complete only unit names.
* shell-completion: restore completion for -pZbigniew Jędrzejewski-Szmek2014-07-15
It was broken since systemd was moved out of /bin. For zsh it was never there.