diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 4 |
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" |
| 92 | fi | 92 | fi |
| 93 | 93 | ||
| 94 | if exists less; then | ||
| 95 | export PAGER="less" | ||
| 96 | fi | ||
| 97 | |||
| 94 | if exists liquidprompt; then | 98 | if exists liquidprompt; then |
| 95 | source liquidprompt | 99 | source liquidprompt |
| 96 | fi | 100 | fi |
