]> git.pld-linux.org Git - packages/bash.git/blobdiff - bashrc
- use ac-branch version
[packages/bash.git] / bashrc
diff --git a/bashrc b/bashrc
index f35cee65d44fa45ef21e661bdf8daf5b0bc0d022..10de41f8e12464875e5f6ac3dda1c33d0f561588 100644 (file)
--- 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`
This page took 0.071497 seconds and 4 git commands to generate.