diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-09 23:56:20 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-09 23:56:20 +0100 |
| commit | 50e94aaf8448f104b2dd306cb6bfb536848b13cd (patch) | |
| tree | 2d83c9493fc026f1e0dad5dca17ea9f2c11ebe73 /bashrc | |
| parent | 7a2314a744a3a2873c0224f509e2d0ee791dc592 (diff) | |
| download | dotfiles-50e94aaf8448f104b2dd306cb6bfb536848b13cd.tar.gz dotfiles-50e94aaf8448f104b2dd306cb6bfb536848b13cd.zip | |
bash: Set the terminal to have 256 colors
Diffstat (limited to 'bashrc')
| -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 |
