From e428ecc181627bb4affaf164b472f2ad5f6a308b Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 29 Sep 2023 19:49:46 +0100 Subject: [PATCH] Remove quoting from LESS in .bash_profile. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index f000d5c..e52d0a0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -8,7 +8,7 @@ export EDITOR="nano" export LANG="en_GB.UTF-8" export LC_COLLATE="POSIX" # 'C' causes issues with some applications # export LC_CTYPE="POSIX" # Not sure why I set this in the first place... -export LESS="-RM -j.5 -i -PM'?f%F:stdin. -- Page %dt of %D -- %lt/%L (%Pt\%)$'" +export LESS='-RM -j.5 -i -PM?f%F:stdin. -- Page %dt of %D -- %lt/%L (%Pt\%)$' export PAGER="less" export PATH="/opt/sbin:/usr/local/sbin:/usr/sbin:/sbin:$PATH" export VISUAL="$EDITOR"