]> code.delx.au - dotfiles/commitdiff
Disabled stty \b
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 16 Oct 2007 00:25:36 +0000 (10:25 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 16 Oct 2007 00:25:36 +0000 (10:25 +1000)
.bash/interactive

index 4a06a134e2581d43fe8d761dabfb660abd7590ad..0ff5a083287c1e43ab62ea340a3a5d5e4079e7a5 100644 (file)
@@ -2,8 +2,9 @@
 
 # Sets up the shell for interactive commands
 
-# Use the terminfo backspace character as the erase character
-stty erase $(tput kbs)
+# Use the terminfo backspace character as the erase character. This is not
+# enabled by default because terminfo is often broken.
+#stty erase $(tput kbs)
 
 # Prompt: user@host:directory$
 PS1='\u@\h:\w\$ '