aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2011-09-01 00:59:49 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2011-09-01 00:59:49 +0200
commit3c4f07493337e91798b8c9559998cd1a9983a416 (patch)
tree3f1f79a5f99dc09835b3427ae75f22cc692fa0f3
parentc261e2b0f1978b9e271357575dc7bd10345fe3b5 (diff)
downloaddotfiles-3c4f07493337e91798b8c9559998cd1a9983a416.tar.gz
dotfiles-3c4f07493337e91798b8c9559998cd1a9983a416.zip
Simplifying the gemrc file
-rw-r--r--gemrc10
-rw-r--r--gitconfig2
2 files changed, 2 insertions, 10 deletions
diff --git a/gemrc b/gemrc
index fd85905..ef73538 100644
--- a/gemrc
+++ b/gemrc
@@ -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
+
diff --git a/gitconfig b/gitconfig
index 751e566..c209252 100644
--- a/gitconfig
+++ b/gitconfig
@@ -14,4 +14,4 @@
[core]
editor = vim
- excludesfile = ~/.gitignore
+ excludesfile = ~/.gitignore \ No newline at end of file