]> code.delx.au - dotfiles/commitdiff
Disabled stty setting
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 16 Oct 2007 03:03:33 +0000 (13:03 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 16 Oct 2007 03:03:33 +0000 (13:03 +1000)
.bash/interactive

index 4a2ab107e6297672f8048f2c052b1970af297da0..b5681b2b28486657232c40dfa9ea3006fc3ddbee 100644 (file)
@@ -4,7 +4,7 @@
 
 # Use the terminfo backspace character as the erase character. This is not
 # enabled by default because terminfo is often broken.
-stty erase $(tput kbs)
+#stty erase $(tput kbs)
 
 # Prompt: user@host:directory$
 PS1='\u@\h:\w\$ '