dotfiles/bashrc.d/pygmentize.bashrc
2024-10-20 20:54:01 -04:00

4 lines
100 B
Plaintext
Executable file

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