From c923311eeb0cc5c426b8001f905f146d8f373fdd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Aug 2012 20:11:31 +1200 Subject: Start doing terminals properly --- bash/bashrc | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'bash') diff --git a/bash/bashrc b/bash/bashrc index 74a810f8..964d005b 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -88,20 +88,6 @@ for pathdir in $pathdirs; do fi done -# If we're using an xterm, force 256 colors. -case "$TERM" in - xterm*) TERM=xterm-256color;; -esac - -# If we're a screen terminal within a 256 color outer, force a 256 color -# screen terminal too. This deals with a tmux race condition bug. -case "$containing_term" in - *256color) - TERM=screen-256color - ;; -esac -unset containing_term - # Figure out how many colors we have now. hash tput && colors=$(tput colors) -- cgit v1.2.3