mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
5 lines
125 B
Bash
5 lines
125 B
Bash
spath=$(which src-hilite-lesspipe.sh 2>/dev/null)
|
|
if [ $spath ]; then
|
|
export LESSOPEN="| $spath %s"
|
|
export LESS=' -R '
|
|
fi
|