summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-02-10 19:54:20 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-02-10 19:54:23 +0100
commit833ad31ab426da435cdf56472f7cb83467e6d4f0 (patch)
tree3cbb725ce8dff59511ecc2f0e3d62c059bff9a5e /.zshrc
parent61b26a03b34d4c55e710fa2fa6011f7eab256140 (diff)
downloaddotfiles-833ad31ab426da435cdf56472f7cb83467e6d4f0.tar.gz
dotfiles-833ad31ab426da435cdf56472f7cb83467e6d4f0.tar.xz
zshrc: add dmesg -T alias
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
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'