Skip to content

Commit

Permalink
removing auto-indent in irb because it was rather annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Aug 4, 2009
1 parent 5cd99df commit 78222fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions irbrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"

IRB.conf[:PROMPT_MODE] = :SIMPLE

IRB.conf[:AUTO_INDENT] = true

%w[rubygems looksee/shortcuts wirble].each do |gem|
begin
require gem
Expand Down

0 comments on commit 78222fb

Please sign in to comment.