changeset 110:25edf1880db3

The correct way to erase word is alt-bs.
author Edho Prima Arief <edho@myconan.net>
date Sun, 16 Oct 2011 19:56:58 +0700
parents c3e641108696
children abc5c2edb967
files bash
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bash	Sun Sep 11 07:43:24 2011 +0700
+++ b/bash	Sun Oct 16 19:56:58 2011 +0700
@@ -5,10 +5,6 @@
 _org_path="${PATH}"
 export PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
 
-#ensures slash doesn't get killed when doing ^W
-stty werase undef
-bind '\C-w':unix-filename-rubout
-
 PS1='[\u@\h \W]\$ '
 #PS1='[\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ '