]> git.pld-linux.org Git - packages/bash.git/commitdiff
- removed stty erase setting to `tput kbs` as it causes nothing but problems
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 29 Jun 2005 22:42:05 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.24

bashrc

diff --git a/bashrc b/bashrc
index 35b7ae06913a855818df1c404991266ee8314c8f..eff48e131df2e2f9d686b2580ffdb7a243852aa6 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -24,6 +24,3 @@ if [ "$(echo /etc/shrc.d/*.sh)" != "/etc/shrc.d/*.sh" ]; then
        done
        unset i
 fi
-
-[ -n "$TERM" -a "$TERM" != "rxvt" -a "$TERM" != "screen" ] && tty >/dev/null 2>&1 && \
-       tput kbs >/dev/null 2>&1 && stty erase `tput kbs`
This page took 0.038443 seconds and 4 git commands to generate.