1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-01 05:47:04 +03:00

zsh: add systemd-path completions

(cherry picked from commit cf18af825aa4a55debcf2ed88a5b930dfbc0d23f)
This commit is contained in:
Ronan Pigott 2020-09-22 17:52:53 -07:00 committed by Zbigniew Jędrzejewski-Szmek
parent eca618e10b
commit 8e096f271a
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', ''],