]> git.pld-linux.org Git - packages/bash.git/commitdiff
- there is no need to drop nxterm
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 19 Sep 2005 15:00:02 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.28

bashrc

diff --git a/bashrc b/bashrc
index 10de41f8e12464875e5f6ac3dda1c33d0f561588..3429dc16bb6c34d195a24bdae00f7df05e2c1d3d 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -5,7 +5,7 @@
 
 # If this is an xterm set the title to user@host:dir
 case $TERM in
-       gnome|xterm*|rxvt*)
+       gnome|nxterm|xterm*|rxvt*)
                PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
                ;;
        *)
This page took 0.058256 seconds and 4 git commands to generate.