aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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