dotfiles/bashrc.d/pygmentize.bashrc

4 lines
100 B
Plaintext

if command -v pygmentize &> /dev/null; then
export LESSCOLORIZER="pygmentize -O style=one-dark"
fi