From 497e8dd69002fffc08c092f0f8ddeec602c5a629 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 4 Sep 2011 14:30:39 -0400 Subject: Added Ruby REPL configs --- _irbrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _irbrc (limited to '_irbrc') diff --git a/_irbrc b/_irbrc new file mode 100644 index 00000000..008e97cf --- /dev/null +++ b/_irbrc @@ -0,0 +1,2 @@ +$:.unshift 'lib' +$: << '.' -- cgit 1.4.1 src
dontfiles
summary refs log tree commit diff
path: root/bin/cash/libedit/literal.c (unfollow)
Commit message (Expand)Author
2019-02-10Skip only one character if a match fails due to parentJune McEnroe
2019-02-10Remove pattend from hiJune McEnroe
2019-02-10Replace uses of pattend with newline patternsJune McEnroe
2019-02-10Add hi debug outputJune McEnroe
2019-02-10Actually do HTML &quot; escapingJune McEnroe
2019-02-10Set git commit.verboseJune McEnroe
2019-02-10Add back missing static keywordJune McEnroe