1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/coless
2023-09-26 14:23:06 +02:00

6 lines
111 B
Bash
Executable file

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