Re-adding the xterm colors to bashrc

This commit is contained in:
Dustin Swan
2011-08-31 19:06:25 -04:00
parent d6530acc84
commit b8bed75a6a

2
bashrc
View File

@@ -4,3 +4,5 @@
alias ls='ls --color=auto'
alias vi='vim'
PS1='[\u@\h \W]\$ '
export TERM="xterm-256color"