From c9b3fc98092322d98d4aac2ac9ada0bad743d6a7 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 8 Jan 2018 11:38:00 +0000 Subject: [PATCH] Remove PAGER for environment variables Should be set system wide --- bash/.bash_profile | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index 422b20f..f9ff4cd 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,5 +1,4 @@ export EDITOR="emc" -export PAGER="/usr/bin/less -R" export PATH="/home/max/.local/bin:${PATH}" export TMPDIR="/home/max/.local/tmp" -- 2.45.2