]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- fixed remote xterminal backspace issue
authorTomasz Pala <gotar@pld-linux.org>
Mon, 6 Sep 2004 18:45:57 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zshrc -> 1.6

zshrc

diff --git a/zshrc b/zshrc
index 61e82946ad34414116400aa76f3cfaea09df1593..80f1be9708ab777bde8f5faafd2cb65b4090d7a0 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -12,6 +12,7 @@ unset i
 
 setopt hist_ignore_space hist_ignore_all_dups list_packed transient_rprompt
 
+stty erase `tput kbs`
 bindkey -e >/dev/null 2>&1
 
 bindkey `tput khome` beginning-of-line >/dev/null 2>&1
This page took 0.122673 seconds and 4 git commands to generate.