Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bashrc
Date: Sat, 30 Aug 2014 07:47:09
Message-Id: 20140830074703.9313543CA@oystercatcher.gentoo.org
1 polynomial-c 14/08/30 07:47:03
2
3 Modified: bashrc
4 Log:
5 Added KDE's konsole to the list of valid terms for PROMPT_COMMAND
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.23 app-shells/bash/files/bashrc
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bashrc?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bashrc?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bashrc?r1=1.22&r2=1.23
15
16 Index: bashrc
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/files/bashrc,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- bashrc 2 May 2013 01:41:55 -0000 1.22
23 +++ bashrc 30 Aug 2014 07:47:03 -0000 1.23
24 @@ -25,7 +25,7 @@
25
26 # Change the window title of X terminals
27 case ${TERM} in
28 - xterm*|rxvt*|Eterm*|aterm|kterm|gnome*|interix)
29 + xterm*|rxvt*|Eterm*|aterm|kterm|gnome*|interix|konsole*)
30 PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\007"'
31 ;;
32 screen*)