Skip to content

Instantly share code, notes, and snippets.

@ryumu
Created April 12, 2011 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ryumu/914892 to your computer and use it in GitHub Desktop.
Save ryumu/914892 to your computer and use it in GitHub Desktop.
Earthquake.gemのプロンプトにユーザー名を出すよ!プラグイン
# coding: UTF-8
Earthquake.init do
once do
config[:prompt] = twitter.info['screen_name'] + config[:prompt]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment