zshrc: add dmesg human readable time alias

This commit is contained in:
Martin 2019-08-23 12:57:26 +02:00
parent 61efc22735
commit eb9fece0a8

View file

@ -29,7 +29,6 @@ alias units="units -v"
alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0" alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
alias pp=python2 alias pp=python2
alias ppp=python3 alias ppp=python3
alias Ju="journalctl --unit" alias Ju="journalctl --unit"
alias Jue="journalctl --pager-end --unit" alias Jue="journalctl --pager-end --unit"
alias Jue="journalctl --follow --full --unit" alias Jue="journalctl --follow --full --unit"
@ -50,6 +49,7 @@ alias uSS="systemctl --user start"
alias uSR="systemctl --user restart" alias uSR="systemctl --user restart"
alias uSL="systemctl --user reload" alias uSL="systemctl --user reload"
alias uSX="systemctl --user stop" alias uSX="systemctl --user stop"
alias dmesg="dmesg -e"
# apparently this is the only way of setting GNU Screen to UTF-8 # apparently this is the only way of setting GNU Screen to UTF-8
alias screen="screen -U" alias screen="screen -U"