mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-08 00:44:26 +01:00
Add list-timers to systemd user commands (#5099)
This is useful for listing "cron like" systemd jobs
This commit is contained in:
parent
deb992b8aa
commit
2d7a451e0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user