dotfiles/local/bin/coless
Hippolyte Chauvin c1c1d8adbd Scripts
2023-04-13 00:04:20 +02:00

6 lines
103 B
Bash
Executable file

#!/bin/sh
env \
LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \
LESS=' -R ' \
less "$@"