Added alias for pygmentize
This commit is contained in:
parent
e69e489d3e
commit
266ea73037
6
aliases.d/pcat
Normal file
6
aliases.d/pcat
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Aliases to use pygmentise
|
||||||
|
#
|
||||||
|
if (which pygmentize &> /dev/null)
|
||||||
|
then
|
||||||
|
alias pcat='pygmentize -f terminal256 -O style=native -g'
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user