diff --git a/bashrc b/bashrc index eb05b8d..889f69c 100644 --- a/bashrc +++ b/bashrc @@ -4,3 +4,5 @@ alias ls='ls --color=auto' alias vi='vim' PS1='[\u@\h \W]\$ ' + +export TERM="xterm-256color"