zshrc: batcat too verbose in its standard form
This commit is contained in:
parent
9fdccfec52
commit
7d8c88a51f
3
zshrc
3
zshrc
@ -3793,8 +3793,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 --style=plain'
|
||||||
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