aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-12-27 15:19:58 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-12-27 15:19:58 +0100
commitfd05119f45d799d1cd9d8494a728aec590fa331e (patch)
treee8f34ad22308371bbd80adccf37337e6dc0d87d0 /bashrc
parentf5884c6226241cf013277be17b66c3521fe49410 (diff)
downloaddotfiles-fd05119f45d799d1cd9d8494a728aec590fa331e.tar.gz
dotfiles-fd05119f45d799d1cd9d8494a728aec590fa331e.zip
bash: export the TERM variable
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index c9df744..4deee9e 100644
--- a/bashrc
+++ b/bashrc
@@ -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"