From bfd6d608e2cc8cf0f96063ecd2262339ce3d8a6e Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 5 Mar 2019 15:04:42 +0100 Subject: [PATCH] contrib: set shift for less in NM-log --- contrib/scripts/NM-log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scripts/NM-log b/contrib/scripts/NM-log index f81ef8441c..903d68ed86 100755 --- a/contrib/scripts/NM-log +++ b/contrib/scripts/NM-log @@ -77,7 +77,7 @@ NM-log() { fi ) | \ NM_LOG_GREP="$NM_LOG_GREP" NM-colorize | \ - LESS=FRSXM less -R + LESS=FRSXM less -R --shift=5 } if [[ "$NM_not_sourced" != "" ]]; then