.inputrc
changeset 622 f5b9226c2e4a
parent 597 bf045b4083cb
child 722 9bd7ce98c7ce
--- a/.inputrc	Mon Mar 04 11:00:08 2013 +0200
+++ b/.inputrc	Wed Mar 13 21:38:18 2013 +0200
@@ -94,12 +94,10 @@
 
 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose.
 "\e[Z": complete
-$if Bash
 # Cycling possible completion forward and backward in place.
 "\e[1;3C": menu-complete                    # M-Right
 "\e[1;3D": menu-complete-backward           # M-Left
 "\e[1;5I": menu-complete                    # C-TAB
-$endif
 
 # Local Variables:
 # mode: shell-script