projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b167f
)
zsh: typo in systemctl completions
author
Ronan Pigott
<ronan@rjp.ie>
Mon, 17 Jul 2023 21:44:09 +0000
(14:44 -0700)
committer
Ronan Pigott
<ronan@rjp.ie>
Mon, 17 Jul 2023 23:08:58 +0000
(16:08 -0700)
shell-completion/zsh/_systemctl.in
patch
|
blob
|
history
diff --git
a/shell-completion/zsh/_systemctl.in
b/shell-completion/zsh/_systemctl.in
index 425ae54157744df163637943500092801ea5cff9..d533734d8d805170441ef5bd7ab9f3f921c0d0d4 100644
(file)
--- a/
shell-completion/zsh/_systemctl.in
+++ b/
shell-completion/zsh/_systemctl.in
@@
-165,7
+165,7
@@
__systemctl()
! _retrieve_cache SYS_ALL_UNITS$_sys_service_mgr;
then
_sys_all_units=( ${${(f)"$(__systemctl list-units --all)"}%% *} )
- _store_cache SYS_ALL_UNITS$_sys_service_mgr _sys_all_unis
+ _store_cache SYS_ALL_UNITS$_sys_service_mgr _sys_all_uni
t
s
fi
}