zsh: add systemd-path completions

This commit is contained in:
Ronan Pigott 2020-09-22 17:52:53 -07:00 committed by Zbigniew Jędrzejewski-Szmek
parent 2d52f8c46c
commit cf18af825a
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#compdef systemd-path
typeset -A sdpath=( ${$(systemd-path)/:/} )
_arguments -S \
'(-h --help)'{-h,--help}'[Print help text and exit]' \
'(-v --version)'{-v,--version}'[Print a version string and exit]' \
'--suffix=[Append a suffix to the paths]' \
'*:pathname:compadd -k sdpath'

View File

@ -17,6 +17,7 @@ if zshcompletiondir != 'no'
['_systemd-delta', ''],
['_systemd-nspawn', ''],
['_systemd', ''],
['_systemd-path', ''],
['_systemd-run', ''],
['_udevadm', ''],
['_kernel-install', ''],