From 833ad31ab426da435cdf56472f7cb83467e6d4f0 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 10 Feb 2015 19:54:20 +0100 Subject: zshrc: add dmesg -T alias Signed-off-by: Florian Pritz --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 86dd89f..b0aeae0 100644 --- a/.zshrc +++ b/.zshrc @@ -464,6 +464,7 @@ alias mdstat='cat /proc/mdstat' alias keymap='setxkbmap de -variant nodeadkeys' alias hexdump='hexdump -C' alias grep='grep --color' +alias dmesg='dmesg -T' alias vp='PAGER=vimpager' alias v='vim' -- cgit v1.2.3-24-g4f1b