dot/inputrc: Guard `shell-mumble' bindings.
[profile] / dot / inputrc
index 206ccf7..9313006 100644 (file)
@@ -26,7 +26,9 @@ set enable-bracketed-paste on
 "\C-u": kill-whole-line
 
 ## Better cursor motion.
+$if Bash
 "\e\C-b": shell-backward-word
 "\e\C-d": shell-kill-word
 "\e\C-f": shell-forward-word
 "\C-w": shell-backward-kill-word
+$endif