From 4dcc4caad074d9dd93e731d25daafd026fc7cf9d Mon Sep 17 00:00:00 2001 From: VVelox Date: Thu, 30 Aug 2018 18:04:26 -0500 Subject: [PATCH] note the LESS enviromental variable --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b70c13de..1bff915d 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,9 @@ script as a wrapper, for example: less --tabs 4 -RF "$@" ``` +Alternatively if you want to pass options to less, you can also use the enviromental variable 'LESS'. +So if you wanted to do the item above, you would set set LESS equal to '--tabs 4 -RF "$@"'. + ## Troubleshooting ### Terminals & colors