Skip to content

Commit

Permalink
Adding files from home computer
Browse files Browse the repository at this point in the history
  • Loading branch information
epochwolf committed Aug 7, 2012
1 parent 3974f38 commit 5ad7786
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gemrc
@@ -0,0 +1,9 @@
:benchmark: false
:verbose: true
:update_sources: true
:sources:
- http://rubygems.org
:backtrace: false
:bulk_threshold: 1000
install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
Empty file added hushlogin
Empty file.
4 changes: 4 additions & 0 deletions irbrc
@@ -0,0 +1,4 @@
require "logger"
if ENV.include?('RAILS_ENV') && !Object.const_defined?('RAILS_DEFAULT_LOGGER')
Object.const_set('RAILS_DEFAULT_LOGGER', Logger.new(STDOUT))
end
10 changes: 10 additions & 0 deletions vimrc
@@ -0,0 +1,10 @@
:colorscheme slate

set tabstop=4
set shiftwidth=4
set number

if has("gui_running")
set guioptions-=T
set guifont=Monaco:h13
endif

0 comments on commit 5ad7786

Please sign in to comment.