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