From: Arkadiusz Miƛkiewicz Date: Mon, 19 Sep 2005 13:25:39 +0000 (+0000) Subject: - ugh X-Git-Tag: auto/ac/bash-3_1-1~8 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=7fe4ae5ddb858e4eb7d954cfff6fd73172edd87d;p=packages%2Fbash.git - ugh Changed files: bashrc -> 1.27 --- 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"