summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--_irbrc2
-rw-r--r--_riplrc6
2 files changed, 8 insertions, 0 deletions
diff --git a/_irbrc b/_irbrc
new file mode 100644
index 00000000..008e97cf
--- /dev/null
+++ b/_irbrc
@@ -0,0 +1,2 @@
+$:.unshift 'lib'
+$: << '.'
diff --git a/_riplrc b/_riplrc
new file mode 100644
index 00000000..8830a335
--- /dev/null
+++ b/_riplrc
@@ -0,0 +1,6 @@
+require 'ripl/multi_line'
+require 'ripl/rocket'
+require 'ripl/color_error'
+require 'ripl/color_result'
+require 'ripl/auto_indent'
+require 'ripl/short_errors'
g only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe