mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(systemd): enable --user
on restart command (#10543)
`restart` is a unit-related command, not power-related, so it should appear as `sc-restart=sudo systemctl restart` and `scu-restart=systemctl --user restart`
This commit is contained in:
parent
a01cf85627
commit
116fc2feaa
@ -45,6 +45,7 @@ sudo_commands=(
|
||||
reload-or-restart
|
||||
reset-failed
|
||||
rescue
|
||||
restart
|
||||
revert
|
||||
set-default
|
||||
set-environment
|
||||
@ -63,7 +64,6 @@ power_commands=(
|
||||
hybrid-sleep
|
||||
poweroff
|
||||
reboot
|
||||
restart
|
||||
suspend
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user