From 8210ebede670fc8ac507809f979030883164d15c Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Tue, 10 Apr 2018 13:27:07 +0200 Subject: [PATCH] gopher.sh: fix LESS and colours --- gopher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopher.sh b/gopher.sh index b1bda9b..f430d15 100755 --- a/gopher.sh +++ b/gopher.sh @@ -44,7 +44,7 @@ EL= if [ "$LINK_COLOR" != "-" ]; then SL="`tput setf $LINK_COLOR``tput setaf $LINK_COLOR`" EL="`tput init`" - LESS="${LESS}-R" + export LESS="${LESS}-R" fi PREFIX="[0-9hIg]" -- 2.27.0