Add a ‘restart’ alias
This commit is contained in:
parent
1c53b2e299
commit
2cf9bb929b
@ -42,6 +42,9 @@ alias ls="ls --color=tty"
|
|||||||
alias ll="ls -l"
|
alias ll="ls -l"
|
||||||
alias l="ls -alh"
|
alias l="ls -alh"
|
||||||
alias which="type -P"
|
alias which="type -P"
|
||||||
|
|
||||||
|
# Convenience for people used to Upstart.
|
||||||
alias start="systemctl start"
|
alias start="systemctl start"
|
||||||
alias stop="systemctl stop"
|
alias stop="systemctl stop"
|
||||||
|
alias restart="systemctl restart"
|
||||||
alias status="systemctl status"
|
alias status="systemctl status"
|
||||||
|
Loading…
Reference in New Issue
Block a user