config-bash/aliases.d/pcat

7 lines
133 B
Plaintext
Raw Permalink Normal View History

2018-04-09 21:14:08 +02:00
# Aliases to use pygmentise
#
if (which pygmentize &> /dev/null)
then
alias pcat='pygmentize -f terminal256 -O style=native -g'
fi