4 lines
100 B
Plaintext
Executable file
4 lines
100 B
Plaintext
Executable file
if command -v pygmentize &> /dev/null; then
|
|
export LESSCOLORIZER="pygmentize -O style=one-dark"
|
|
fi
|