]> git.pld-linux.org Git - packages/bash.git/commitdiff
- use ac-branch version
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Sep 2005 11:44:39 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.25

bashrc

diff --git a/bashrc b/bashrc
index eff48e131df2e2f9d686b2580ffdb7a243852aa6..10de41f8e12464875e5f6ac3dda1c33d0f561588 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -5,15 +5,13 @@
 
 # If this is an xterm set the title to user@host:dir
 case $TERM in
-       gnome|nxterm|xterm*|rxvt*)
+       gnome|xterm*|rxvt*)
                PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
                ;;
        *)
                ;;
 esac
-
 PS1="[\u@\h \W]\\$ "
-export PS1
 
 alias which="type -p"
 
This page took 0.042446 seconds and 4 git commands to generate.