1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/coless

7 lines
111 B
Text
Raw Normal View History

2023-04-13 00:04:20 +02:00
#!/bin/sh
export \
2023-04-13 00:04:20 +02:00
LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \
LESS="${LESS} -R"
exec less "$@"
2023-04-13 00:04:20 +02:00