diff options
| -rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ export EDITOR=vim export VISUAL=vim alias vi=vim +# We want a full-fledged 256-color terminal. +TERM=xterm-256color + # Set the LESS and the PAGER environment variables. export LESS="FSRX" export PAGER=less |
