aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-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='...'