From 7fe4ae5ddb858e4eb7d954cfff6fd73172edd87d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 19 Sep 2005 13:25:39 +0000 Subject: [PATCH] - ugh Changed files: bashrc -> 1.27 --- bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bashrc b/bashrc index eff48e1..10de41f 100644 --- 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" -- 2.44.0