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 (-4 / +1 lines)
Lines 38-49 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|screen*)
42
		PS1='\[\033]0;\u@\h:\w\007\]'
42
		PS1='\[\033]0;\u@\h:\w\007\]'
43
		;;
43
		;;
44
	screen*)
45
		PS1='\[\033k\u@\h:\w\033\\\]'
46
		;;
47
	*)
44
	*)
48
		unset PS1
45
		unset PS1
49
		;;
46
		;;

Return to bug 550104