From 9fdccfec52301dc5d8df8309710256b641cd8c60 Mon Sep 17 00:00:00 2001 From: giomba Date: Wed, 12 Jan 2022 12:10:32 +0100 Subject: [PATCH] zshrc: pcat = plain cat with bat --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 52928e1..c9d2e46 100644 --- a/zshrc +++ b/zshrc @@ -3794,6 +3794,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' fi # modern, colourful, user-friendly and rust-based version of find with regex