diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-09 08:43:23 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-09 08:43:45 +0100 |
| commit | 7a2314a744a3a2873c0224f509e2d0ee791dc592 (patch) | |
| tree | d185e754fef5f9d9ecbd301425eae0531b39ddba /bashrc | |
| parent | e44a4a01eaaad060499f4affaea18d4a5b2631fd (diff) | |
| download | dotfiles-7a2314a744a3a2873c0224f509e2d0ee791dc592.tar.gz dotfiles-7a2314a744a3a2873c0224f509e2d0ee791dc592.zip | |
bash: set the LESS and the PAGER environment variables.
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ export EDITOR=vim export VISUAL=vim alias vi=vim +# Set the LESS and the PAGER environment variables. +export LESS="FSRX" +export PAGER=less + # git completion source $HOME/.gitcompletion.sh PS1='\u:\w$(__git_ps1 "\[\033[0;32m\]@\[\033[1;32m\]%s\[\033[0m\]\]") $ ' |
