From f380f882dc2e3d4683b095b1354dcdcb11944c0d Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 12 Oct 2016 19:27:04 +0100 Subject: [PATCH] Use less -R to prevent control codes --- bash/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index 106bfe2..8aa3b2f 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,5 +1,5 @@ export EDITOR="/usr/bin/vim" -export PAGER="/usr/bin/less" +export PAGER="/usr/bin/less -R" export PATH="/home/max/.local/bin:${PATH}" if [ -n "$BASH_VERSION" ]; then -- 2.45.2