changeset 268:d11986f53ebc

Use pretty colors.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 24 Jan 2015 18:02:12 -0800
parents 70c081735745
children faa1f3bf14f6
files bashrc/bashrc
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bashrc/bashrc	Sat Jan 24 17:52:52 2015 -0800
+++ b/bashrc/bashrc	Sat Jan 24 18:02:12 2015 -0800
@@ -30,6 +30,9 @@
 # Use VIM by default.
 export EDITOR="vim"
 
-# OS for some of my scripts
+# OS for some of my scripts.
 export OS=MacOSX
 
+# Pretty colors.
+export TERM=xterm-256color
+