dotfiles_fish_server/conf.d/54_abbr_services.fish
2026-07-16 04:30:13 +05:30

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"