Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 550104 | Differences between
and this patch

Collapse All | Expand All

(-)a/bashrc (-2 / +2 lines)
Lines 38-44 Link Here
38
38
39
# Change the window title of X terminals 
39
# Change the window title of X terminals 
40
case ${TERM} in
40
case ${TERM} in
41
	[aEkx]term*|rxvt*|gnome*|konsole*|interix)
41
	[aEkx]term*|rxvt*|gnome*|konsole*|interix|tmux*)
42
		PS1='\[\033]0;\u@\h:\w\007\]'
42
		PS1='\[\033]0;\u@\h:\w\007\]'
43
		;;
43
		;;
44
	screen*)
44
	screen*)
Lines 80-86 Link Here
80
	# Some systems (e.g. BSD & embedded) don't typically come with
80
	# Some systems (e.g. BSD & embedded) don't typically come with
81
	# dircolors so we need to hardcode some terminals in here.
81
	# dircolors so we need to hardcode some terminals in here.
82
	case ${TERM} in
82
	case ${TERM} in
83
	[aEkx]term*|rxvt*|gnome*|konsole*|screen|cons25|*color) use_color=true;;
83
	[aEkx]term*|rxvt*|gnome*|konsole*|screen|tmux|cons25|*color) use_color=true;;
84
	esac
84
	esac
85
fi
85
fi
86
86

Return to bug 550104