aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-15 09:08:40 +0000
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-15 09:08:40 +0000
commitd2474a0e4c515a95c9df07b9bfe3bc2c40af70c9 (patch)
tree59b2c06f1cd15b388bac8efb6acda0bae641508a /bash
parenta5e741bb8eef6f15f1002754369ba1a9d1a445f2 (diff)
downloaddotfiles-d2474a0e4c515a95c9df07b9bfe3bc2c40af70c9.tar.gz
dotfiles-d2474a0e4c515a95c9df07b9bfe3bc2c40af70c9.tar.bz2
dotfiles-d2474a0e4c515a95c9df07b9bfe3bc2c40af70c9.zip
Added less as my default pager
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc4
1 files changed, 4 insertions, 0 deletions
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
91 alias pacaur="sudo pacman" 91 alias pacaur="sudo pacman"
92fi 92fi
93 93
94if exists less; then
95 export PAGER="less"
96fi
97
94if exists liquidprompt; then 98if exists liquidprompt; then
95 source liquidprompt 99 source liquidprompt
96fi 100fi