From: Maximilian Friedersdorff Date: Mon, 8 Jan 2018 11:38:00 +0000 (+0000) Subject: Remove PAGER for environment variables X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=c9b3fc98092322d98d4aac2ac9ada0bad743d6a7;p=max%2Fdotfiles.git Remove PAGER for environment variables Should be set system wide --- 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"