summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 4181cf2..6c660ca 100644
--- a/bashrc
+++ b/bashrc
@@ -32,7 +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'
+alias log='clear; grc journalctl -f'
# manpage colors
export LESS_TERMCAP_mb=$'\E[01;31m'