[systemd-commits] shell-completion/bash shell-completion/zsh
Dave Reisner
dreisner at kemper.freedesktop.org
Mon Nov 11 08:04:26 PST 2013
shell-completion/bash/systemctl | 4 ++--
shell-completion/zsh/_systemctl | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit d1811159295f1c6f3bb10b647c7b084b33e9138e
Author: Dave Reisner <dreisner at archlinux.org>
Date: Mon Nov 11 10:13:36 2013 -0500
shell: add list-timers to systemctl completions
diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl
index eea4b6d..bb2b8ad 100644
--- a/shell-completion/bash/systemctl
+++ b/shell-completion/bash/systemctl
@@ -139,8 +139,8 @@ _systemctl () {
[ENVS]='set-environment unset-environment'
[STANDALONE]='daemon-reexec daemon-reload default
emergency exit halt hibernate hybrid-sleep kexec list-jobs
- list-sockets list-units list-unit-files poweroff reboot rescue
- show-environment suspend get-default'
+ list-sockets list-timers list-units list-unit-files poweroff
+ reboot rescue show-environment suspend get-default'
[NAME]='snapshot load'
[FILE]='link'
[TARGETS]='set-default'
diff --git a/shell-completion/zsh/_systemctl b/shell-completion/zsh/_systemctl
index 560a548..f5680d2 100644
--- a/shell-completion/zsh/_systemctl
+++ b/shell-completion/zsh/_systemctl
@@ -5,6 +5,7 @@
local -a _systemctl_cmds
_systemctl_cmds=(
"list-sockets:List sockets"
+ "list-timers:List timers"
"list-units:List units"
"start:Start (activate) one or more units"
"stop:Stop (deactivate) one or more units"
More information about the systemd-commits
mailing list