From 8a58b04c2fb908981752e5fc356fbccb9de8c346 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 24 Feb 2012 09:04:22 +1300 Subject: Whoops, doubleup on term stanzas. --- bash/bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index f3f0febf..2d04871f 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -32,11 +32,6 @@ shopt -s cmdhist # Append rather than overwrite Bash history. shopt -s histappend -# If this is an xterm, try for 256 colors. -case "$TERM" in - xterm*) TERM=xterm-256color -esac - # Simple prompt. PS1='\u@\h:\w\$ ' PS2='...' -- cgit v1.2.3