diff options
| author | 2015-07-15 09:08:40 +0000 | |
|---|---|---|
| committer | 2015-07-15 09:08:40 +0000 | |
| commit | d2474a0e4c515a95c9df07b9bfe3bc2c40af70c9 (patch) | |
| tree | 59b2c06f1cd15b388bac8efb6acda0bae641508a /bash/.bashrc | |
| parent | a5e741bb8eef6f15f1002754369ba1a9d1a445f2 (diff) | |
| download | dotfiles-d2474a0e4c515a95c9df07b9bfe3bc2c40af70c9.tar.gz dotfiles-d2474a0e4c515a95c9df07b9bfe3bc2c40af70c9.tar.bz2 dotfiles-d2474a0e4c515a95c9df07b9bfe3bc2c40af70c9.zip | |
Added less as my default pager
Diffstat (limited to 'bash/.bashrc')
| -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 |
