zshrc: pcat = plain cat with bat
This commit is contained in:
parent
bfaad103e3
commit
9fdccfec52
1
zshrc
1
zshrc
@ -3794,6 +3794,7 @@ zrclocal
|
|||||||
# modern, colourful and backward compatible version of cat
|
# modern, colourful and backward compatible version of cat
|
||||||
if command -v bat &> /dev/null ; then
|
if command -v bat &> /dev/null ; then
|
||||||
alias cat=bat
|
alias cat=bat
|
||||||
|
alias pcat='bat --style=plain'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# modern, colourful, user-friendly and rust-based version of find with regex
|
# modern, colourful, user-friendly and rust-based version of find with regex
|
||||||
|
Loading…
Reference in New Issue
Block a user