19 lines
380 B
Fish
19 lines
380 B
Fish
# Services
|
|
|
|
# systemd
|
|
abbr sc systemctl
|
|
abbr sst "systemctl status"
|
|
abbr ssu "systemctl --user"
|
|
abbr reload "sudo systemctl daemon-reload"
|
|
abbr reexec "sudo systemctl daemon-reexec"
|
|
|
|
# journalctl
|
|
abbr jc journalctl
|
|
abbr jcb "journalctl -b"
|
|
abbr jcf "journalctl -f"
|
|
abbr jce "journalctl -xe"
|
|
abbr jcu "journalctl -u"
|
|
|
|
# Power
|
|
abbr rb "sudo reboot"
|
|
abbr shutdown "sudo shutdown now" |