diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-08-17 08:15:40 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-08-17 08:15:40 -0700 |
commit | 2f820e2cfd2b5638e9b804a032e823a608ee43a5 (patch) | |
tree | b3cafc55423feb467ef66e92a6d718cd0c82acb8 /bashrc | |
parent | [emacs] delete init.el~ (diff) | |
download | emacs.d-2f820e2cfd2b5638e9b804a032e823a608ee43a5.tar.gz |
[bash] set the TERM to xterm-256color
Diffstat (limited to '')
-rw-r--r-- | bashrc | 1 |
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" |