diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2011-09-01 00:59:49 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2011-09-01 00:59:49 +0200 |
| commit | 3c4f07493337e91798b8c9559998cd1a9983a416 (patch) | |
| tree | 3f1f79a5f99dc09835b3427ae75f22cc692fa0f3 | |
| parent | c261e2b0f1978b9e271357575dc7bd10345fe3b5 (diff) | |
| download | dotfiles-3c4f07493337e91798b8c9559998cd1a9983a416.tar.gz dotfiles-3c4f07493337e91798b8c9559998cd1a9983a416.zip | |
Simplifying the gemrc file
| -rw-r--r-- | gemrc | 10 | ||||
| -rw-r--r-- | gitconfig | 2 |
2 files changed, 2 insertions, 10 deletions
@@ -1,10 +1,2 @@ ---- -:update_sources: true -:sources: -- http://gems.rubyforge.org/ -- http://gems.github.com -:benchmark: false -:bulk_threshold: 1000 -:backtrace: false -:verbose: true gem: --no-ri --no-rdoc + @@ -14,4 +14,4 @@ [core] editor = vim - excludesfile = ~/.gitignore + excludesfile = ~/.gitignore
\ No newline at end of file |
