mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
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 l="ls -alh"
|
||||
alias which="type -P"
|
||||
|
||||
# Convenience for people used to Upstart.
|
||||
alias start="systemctl start"
|
||||
alias stop="systemctl stop"
|
||||
alias restart="systemctl restart"
|
||||
alias status="systemctl status"
|
||||
|
Loading…
Reference in New Issue
Block a user