Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63169 - /etc/skel/.bashrc : rxvt-unicode doesn't get the right PROMPT_COMMAND
Summary: /etc/skel/.bashrc : rxvt-unicode doesn't get the right PROMPT_COMMAND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 15:07 UTC by Robin Stocker
Modified: 2004-09-07 15:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Stocker 2004-09-07 15:07:25 UTC
Just a very small 'enhancement request' :)

In this file:
# /etc/skel/.bashrc:
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.9 2004/07/22 02:34:08 agriffis Exp $

on line 28 and 29, it says:
case $TERM in
        xterm*|rxvt|Eterm|eterm)

Now, the TERM variable of rxvt-unicode is set to "rxvt-unicode" so it lacks the PROMPT_COMMAND which enables the 'dynamic title'.

please change line 29 to:
        xterm*|rxvt*|Eterm|eterm)
or
        xterm*|rxvt|rxvt-unicode|Eterm|eterm)
, whatever you think is better! :)

regards,
nibor

Reproducible: Always
Steps to Reproduce:
-
Actual Results:  
-

Expected Results:  
-

-
Comment 1 SpanKY gentoo-dev 2004-09-07 15:26:34 UTC
re-emerge bash, it uses DIR_COLORS now instead of that bit of code