Alias systemctl
Support `systemctl` and `systemctl --user`.
This commit is contained in:
parent
6051654527
commit
62ea675d7a
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ alias open=xdg-open
|
||||||
alias stopx='sudo service lightdm stop' # stop X server session
|
alias stopx='sudo service lightdm stop' # stop X server session
|
||||||
alias please='eval sudo $history[1]'
|
alias please='eval sudo $history[1]'
|
||||||
alias chrome=google-chrome
|
alias chrome=google-chrome
|
||||||
|
alias sys='systemctl'
|
||||||
|
alias sysu='systemctl --user'
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
# TODO: Depend on `mkdir_cd`.
|
# TODO: Depend on `mkdir_cd`.
|
||||||
|
|
Loading…
Reference in a new issue