浏览代码

Add list-timers to systemd user commands (#5099)

This is useful for listing "cron like" systemd jobs
Ben Cole 9 年之前
父节点
当前提交
2d7a451e0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/systemd/systemd.plugin.zsh

+ 1 - 1
plugins/systemd/systemd.plugin.zsh

@@ -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