Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bashrc
Date: Sat, 01 Mar 2008 21:09:30
Message-Id: E1JVYxU-0005FO-31@stork.gentoo.org
1 grobian 08/03/01 21:09:28
2
3 Modified: bashrc
4 Log:
5 Add support for Interix's terminal, bug #211875 by Markus Duft. <vapier> grobian: you can apply it if you like
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.19 app-shells/bash/files/bashrc
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bashrc?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bashrc?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bashrc?r1=1.18&r2=1.19
14
15 Index: bashrc
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/files/bashrc,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- bashrc 19 May 2007 04:38:56 -0000 1.18
22 +++ bashrc 1 Mar 2008 21:09:27 -0000 1.19
23 @@ -25,7 +25,7 @@
24
25 # Change the window title of X terminals
26 case ${TERM} in
27 - xterm*|rxvt*|Eterm|aterm|kterm|gnome*)
28 + xterm*|rxvt*|Eterm|aterm|kterm|gnome*|interix)
29 PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
30 ;;
31 screen)
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list