zshrc: pcat = plain cat with bat

This commit is contained in:
giomba 2022-01-12 12:10:32 +01:00
parent bfaad103e3
commit 9fdccfec52
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -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