From 876a48f64ad831256645c6f71f7d7c7088a5bee7 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Tue, 21 Nov 2023 17:52:02 +0300 Subject: [PATCH] Change pager from less to more --- .zshrc | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 9704878..9bf69ac 100644 --- a/.zshrc +++ b/.zshrc @@ -37,7 +37,7 @@ SSH_QUIET_OPTS="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o L ################################################################################ # Export env vars -export PAGER="less" +export PAGER="more" export LESS="-MQR" export VISUAL="nano" export EDITOR="nano" diff --git a/install.sh b/install.sh index 649a1bc..c3f9284 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -e ################################################################################ -VERSION="2.3.6" +VERSION="2.3.7" ################################################################################