mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
Alias for systemctl --user daemon-reload
Add sc-user-dr alias
This commit is contained in:
parent
9d82f58f79
commit
6ac826d82d
1 changed files with 1 additions and 0 deletions
|
|
@ -19,3 +19,4 @@ 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"
|
||||
alias sc-user-dr="systemctl --user daemon-reload"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue