dot/inputrc: Don't enable bracketed-paste when `$TERM' is `dumb'.
[profile] / dot / inputrc
index 340f88e..716d57c 100644 (file)
@@ -11,7 +11,10 @@ set bind-tty-special-chars off
 set blink-matching-paren on
 set colored-completion-prefix off
 set colored-stats on
+$if term=dumb
+$else
 set enable-bracketed-paste on
+$endif
 set show-all-if-ambiguous
 
 ## Missing bindings