]> git.pld-linux.org Git - packages/bash.git/commitdiff
- reverted term and ps1 handling (it's somehow better than ac-branch says qboosh)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Sep 2005 12:47:52 +0000 (12:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.26

bashrc

diff --git a/bashrc b/bashrc
index 10de41f8e12464875e5f6ac3dda1c33d0f561588..eff48e131df2e2f9d686b2580ffdb7a243852aa6 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -5,13 +5,15 @@
 
 # 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"'
                ;;
        *)
                ;;
 esac
+
 PS1="[\u@\h \W]\\$ "
+export PS1
 
 alias which="type -p"
 
This page took 0.036276 seconds and 4 git commands to generate.