Browse Source

.bashrc: Added screen-256color to the list of welcomed $TERMs

master
Alejandro Mery 16 years ago
parent
commit
6adc7f98a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .bashrc

+ 1
- 1
.bashrc

@ -49,7 +49,7 @@ if [ -n "$PS1" ]; then
nxterm)
export TERM=xterm
;;
screen|xterm|rxvt)
screen-256color|screen|xterm|rxvt)
;;
*)
echo "$TERM: Unknown TERM value."

Loading…
Cancel
Save