Skip to content

Commit

Permalink
Add list-timers to systemd user commands (ohmyzsh#5099)
Browse files Browse the repository at this point in the history
This is useful for listing "cron like" systemd jobs
  • Loading branch information
Ben Cole authored and rakeshbala committed Jun 6, 2016
1 parent 1029cfe commit e30cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/systemd/systemd.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
user_commands=(
list-units is-active status show help list-unit-files
is-enabled list-jobs show-environment cat)
is-enabled list-jobs show-environment cat list-timers)

sudo_commands=(
start stop reload restart try-restart isolate kill
Expand Down

0 comments on commit e30cc4f

Please sign in to comment.