Skip to content

Instantly share code, notes, and snippets.

@kusor
Created September 30, 2009 17:13
Show Gist options
  • Save kusor/198242 to your computer and use it in GitHub Desktop.
Save kusor/198242 to your computer and use it in GitHub Desktop.
$KCODE='u'
require 'jcode'
require 'irb/completion'
require 'irb/ext/save-history'
IRB.conf[:SAVE_HISTORY] = 100
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-save-history"
IRB.conf[:PROMPT_MODE] = :SIMPLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment