summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Hildebrandt <kai@derhil.de>2019-08-18 12:45:48 +0200
committerKai Hildebrandt <kai@derhil.de>2019-08-18 12:45:48 +0200
commitef4a0de2625c22f1b7bc68adcdbc1b0a192edfe6 (patch)
tree42bc20848d5a5cf30c5772107eb25bbb1ad7ae0e
parentec9669e96d201e3bcf80f081e1af781773b52032 (diff)
.bashrc alias log added
Signed-off-by: Kai Hildebrandt <kai@derhil.de>
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 5a9d067..4181cf2 100644
--- a/bashrc
+++ b/bashrc
@@ -32,6 +32,7 @@ alias df='dfc -d'
alias ls='ls -lisa --group-directories-first --color=auto'
alias free='free -h'
alias grep='grep --color=auto'
+alias log='journalctl -f | ccze -o nolookups'
# manpage colors
export LESS_TERMCAP_mb=$'\E[01;31m'