From 7d8c88a51f5c6fd6cdc896ea03476339e40c42fa Mon Sep 17 00:00:00 2001 From: giomba Date: Mon, 24 Jan 2022 09:30:00 +0100 Subject: [PATCH] zshrc: batcat too verbose in its standard form --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index c9d2e46..ac298fb 100644 --- a/zshrc +++ b/zshrc @@ -3793,8 +3793,7 @@ zrclocal # modern, colourful and backward compatible version of cat if command -v bat &> /dev/null ; then - alias cat=bat - alias pcat='bat --style=plain' + alias cat='bat --style=plain' fi # modern, colourful, user-friendly and rust-based version of find with regex