From fd05119f45d799d1cd9d8494a728aec590fa331e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 27 Dec 2013 15:19:58 +0100 Subject: bash: export the TERM variable --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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" -- cgit v1.2.3