]> git.ipfire.org Git - thirdparty/systemd.git/commit
zsh: use glob matching for template names 28436/head
authorRonan Pigott <ronan@rjp.ie>
Wed, 19 Jul 2023 21:26:14 +0000 (14:26 -0700)
committerRonan Pigott <ronan@rjp.ie>
Wed, 19 Jul 2023 22:07:39 +0000 (15:07 -0700)
commit9ec0808370c7c1b020871d4a9a352166c46a6d92
treea4c03b926cbbd4da4ae1f2fb9b98779b4d4cc067
parentae6fb82cd9b7d6cd5410fc670fd3c7f2eb22eae9
zsh: use glob matching for template names

Template names can be learned from the filesystem, so there isn't a need
to parse the output of systemctl list-unit-files in this case. This
should accelerate the completion of some verbs like enable.
shell-completion/zsh/_systemctl.in