diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-27 15:19:58 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-27 15:19:58 +0100 |
| commit | fd05119f45d799d1cd9d8494a728aec590fa331e (patch) | |
| tree | e8f34ad22308371bbd80adccf37337e6dc0d87d0 | |
| parent | f5884c6226241cf013277be17b66c3521fe49410 (diff) | |
| download | dotfiles-fd05119f45d799d1cd9d8494a728aec590fa331e.tar.gz dotfiles-fd05119f45d799d1cd9d8494a728aec590fa331e.zip | |
bash: export the TERM variable
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ export VISUAL=vim alias vi=vim # We want a full-fledged 256-color terminal. -TERM=xterm-256color +export TERM=xterm-256color # Set the LESS and the PAGER environment variables. export LESS="FSRX" |
