Skip to content

Instantly share code, notes, and snippets.

@ohnishiakira
Created August 1, 2011 03:13
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohnishiakira/1117512 to your computer and use it in GitHub Desktop.
Save ohnishiakira/1117512 to your computer and use it in GitHub Desktop.
.gemrcの書き方
# 普段はこう書いている
install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
search: --remote
specification: --remote
# 別のコマンドでも指定するオプションは同じというのが結構あるのでまとめて指定したい
[install, update]: --no-rdoc --no-ri
[search, specification]: --remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment