summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-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'