summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 70a4ea6..6935035 100644
--- a/bashrc
+++ b/bashrc
@@ -6,6 +6,7 @@ export LC_CTYPE="$LANG"
 export PAGER="less"
 export TMPDIR="${HOME}/tmp"
 export TZ=America/Los_Angeles
+export TERM="xterm-256color"
 
 export PATH="$HOME/bin":"$HOME/.bin":"$PATH"