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" ################################################################################