Skip to content

Commit

Permalink
Fix irbrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wsc committed May 24, 2011
1 parent 110acca commit e987058
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions irbrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# http://blog.nicksieger.com/articles/2006/04/23/tweaking-irb
ARGV.concat ["--readline", "--simple-prompt"]

require 'irb/completion'
require 'irb/ext/save-history'
IRB.conf[:SAVE_HISTORY] = 500
IRB.conf[:HISTORY_FILE] = File.expand_path('~/.irb_history')
IRB.conf[:AUTO_INDENT] = true
IRB.conf[:PROMPT_MODE] = :SIMPLE

require 'pp'

Expand Down

0 comments on commit e987058

Please sign in to comment.