From d2474a0e4c515a95c9df07b9bfe3bc2c40af70c9 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 15 Jul 2015 09:08:40 +0000 Subject: Added less as my default pager --- bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index 0c9f963..ac0a2c2 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -91,6 +91,10 @@ if exists pacman && ! exists pacaur; then alias pacaur="sudo pacman" fi +if exists less; then + export PAGER="less" +fi + if exists liquidprompt; then source liquidprompt fi -- cgit v1.2.3