aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-24 09:04:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-24 09:04:22 +1300
commit8a58b04c2fb908981752e5fc356fbccb9de8c346 (patch)
treea43f0d2169ba5076172efd328b09c1f20448ec89
parentTerminal tweaking. (diff)
downloaddotfiles-8a58b04c2fb908981752e5fc356fbccb9de8c346.tar.gz
dotfiles-8a58b04c2fb908981752e5fc356fbccb9de8c346.zip
Whoops, doubleup on term stanzas.
-rw-r--r--bash/bashrc5
1 files changed, 0 insertions, 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='...'