Skip to content

Commit

Permalink
Updating some config
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Mar 16, 2010
1 parent a60fc29 commit 1f52280
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gemrc
@@ -1,10 +1,10 @@
---
:benchmark: false
:verbose: true
:update_sources: true
gem: --no-ri --no-rdoc
:sources:
- http://gems.rubyforge.org
- http://gems.github.com
:backtrace: false
:verbose: true
:bulk_threshold: 1000
gem: -n/usr/local/bin
:backtrace: false
:benchmark: false
1 change: 1 addition & 0 deletions zsh/config
Expand Up @@ -10,6 +10,7 @@ export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"
export GEM_HOME="$(brew --prefix)/Cellar/Gems/1.8"
export LSCOLORS="exfxcxdxbxegedabagacad"
export CLICOLOR=true
export RAILS_ENV=development

fpath=(~/.zsh/functions $fpath)

Expand Down

0 comments on commit 1f52280

Please sign in to comment.