SOURCES: bashrc - ugh

arekm arekm at pld-linux.org
Mon Sep 19 15:25:45 CEST 2005


Author: arekm                        Date: Mon Sep 19 13:25:45 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ugh

---- Files affected:
SOURCES:
   bashrc (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SOURCES/bashrc
diff -u SOURCES/bashrc:1.26 SOURCES/bashrc:1.27
--- SOURCES/bashrc:1.26	Mon Sep 19 14:47:52 2005
+++ SOURCES/bashrc	Mon Sep 19 15:25:39 2005
@@ -5,15 +5,13 @@
 
 # If this is an xterm set the title to user at 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"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/bashrc?r1=1.26&r2=1.27&f=u




More information about the pld-cvs-commit mailing list