From: Niki Roo Date: Tue, 10 Apr 2018 11:27:07 +0000 (+0200) Subject: gopher.sh: fix LESS and colours X-Git-Url: http://git.nikiroo.be/?p=gofetch.git;a=commitdiff_plain;h=8210ebede670fc8ac507809f979030883164d15c gopher.sh: fix LESS and colours --- 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]"