From 061dc6c32c496b525ace5c8ebdb19653c335468b Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 10 Feb 2019 17:17:11 +0100 Subject: [PATCH] added systemctl aliases --- etc/zsh/zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index c91f310..4f774ba 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -25,6 +25,13 @@ alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0" alias pp=python2 alias ppp=python3 +alias Ju="journalctl --unit" +alias Jue="journalctl --pager-end --unit" +alias Ss="systemctl status --no-pager --full --lines=25" +alias SE="systemctl enable" +alias SS="systemctl start" +alias SX="systemctl stop" + # apparently this is the only way of setting GNU Screen to UTF-8 alias screen="screen -U"