X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=bashrc;h=10de41f8e12464875e5f6ac3dda1c33d0f561588;hb=4953ff2aa792ac4824607513b1bffbf5e6cc83f7;hp=f35cee65d44fa45ef21e661bdf8daf5b0bc0d022;hpb=5c06e41eab7d7635fa5f361aea8ccd6e2b165823;p=packages%2Fbash.git diff --git a/bashrc b/bashrc index f35cee6..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" @@ -24,5 +22,3 @@ if [ "$(echo /etc/shrc.d/*.sh)" != "/etc/shrc.d/*.sh" ]; then done unset i fi - -[ -n "$TERM" ] && tty >/dev/null 2>&1 && stty erase `tput kbs`