From 89b0bf196d73a8ee53a4d608d95c470fcdae2ca8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 3 Apr 2014 22:51:16 -0400 Subject: Add changes from the Purdue branch --- .config/irbrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/irbrc') diff --git a/.config/irbrc b/.config/irbrc index 27cce66..cda5ada 100644 --- a/.config/irbrc +++ b/.config/irbrc @@ -1,4 +1,5 @@ +# -*- mode: Ruby -*- require 'rubygems' unless defined? Gem # only needed in 1.8 require 'irb/ext/save-history' IRB.conf[:SAVE_HISTORY] = 5000 -IRB.conf[:HISTORY_FILE] = "#{ENV['XDG_CACHE_HOME']}/irb/history" \ No newline at end of file +IRB.conf[:HISTORY_FILE] = "#{ENV['XDG_CACHE_HOME']}/irb/history" -- cgit v1.2.3