]> git.pld-linux.org Git - packages/bash.git/blobdiff - bashrc
- merged from AC-branch
[packages/bash.git] / bashrc
diff --git a/bashrc b/bashrc
index f35cee65d44fa45ef21e661bdf8daf5b0bc0d022..9224174b3aa29d259d83613f9f9e698efdf58382 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -25,4 +25,5 @@ if [ "$(echo /etc/shrc.d/*.sh)" != "/etc/shrc.d/*.sh" ]; then
        unset i
 fi
 
-[ -n "$TERM" ] && tty >/dev/null 2>&1 && stty erase `tput kbs`
+[ -n "$TERM" -a "$TERM" != "rxvt" ] && tty >/dev/null 2>&1 && \
+       tput kbs >/dev/null 2>&1 && stty erase `tput kbs`
This page took 0.030948 seconds and 4 git commands to generate.