mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Easier handling of user services
This commit is contained in:
parent
d2725d44fc
commit
b8f5eb0eaf
1 changed files with 6 additions and 0 deletions
|
|
@ -14,3 +14,9 @@ for c in $sudo_commands; do; alias sc-$c="sudo systemctl $c"; done
|
|||
alias sc-enable-now="sc-enable --now"
|
||||
alias sc-disable-now="sc-disable --now"
|
||||
alias sc-mask-now="sc-mask --now"
|
||||
|
||||
for c in $user_commands $sudo_commands; do; alias uc-$c="systemctl --user $c"; done
|
||||
|
||||
alias uc-enable-now="uc-enable --now"
|
||||
alias uc-disable-now="uc-disable --now"
|
||||
alias uc-mask-now="uc-mask --now"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue