summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inputrc3
-rw-r--r--irbrc2
2 files changed, 5 insertions, 0 deletions
diff --git a/inputrc b/inputrc
new file mode 100644
index 0000000..c1d8b41
--- /dev/null
+++ b/inputrc
@@ -0,0 +1,3 @@
+$include /etc/inputrc
+
+set enable-bracketed-paste off
diff --git a/irbrc b/irbrc
new file mode 100644
index 0000000..f6b63a8
--- /dev/null
+++ b/irbrc
@@ -0,0 +1,2 @@
+IRB.conf[:USE_COLORIZE] = false
+IRB.conf[:USE_MULTILINE] = false