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