diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 4684c52..e96ec2e 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -29,7 +29,6 @@ alias units="units -v" 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 Jue="journalctl --follow --full --unit" @@ -50,6 +49,7 @@ alias uSS="systemctl --user start" alias uSR="systemctl --user restart" alias uSL="systemctl --user reload" alias uSX="systemctl --user stop" +alias dmesg="dmesg -e" # apparently this is the only way of setting GNU Screen to UTF-8 alias screen="screen -U"