From eb9fece0a89dee92b3a6308c400b40cf8925a258 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 23 Aug 2019 12:57:26 +0200 Subject: [PATCH] zshrc: add dmesg human readable time alias --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"