Skip to content

Instantly share code, notes, and snippets.

@adamcarlile
Created September 26, 2012 16:44
Show Gist options
  • Save adamcarlile/3789113 to your computer and use it in GitHub Desktop.
Save adamcarlile/3789113 to your computer and use it in GitHub Desktop.
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="eastwood"
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
# DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
# DISABLE_LS_COLORS="true"
# Uncomment following line if you want to disable autosetting terminal title.
# DISABLE_AUTO_TITLE="true"
# Uncomment following line if you want red dots to be displayed while waiting for completion
# COMPLETION_WAITING_DOTS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git ruby osx rvm bundler)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
export PATH=/usr/local/bin:/Users/adamcarlile/.rvm/gems/ruby-1.8.7-p302/bin:/Users/adamcarlile/.rvm/gems/ruby-1.8.7-p302@global/bin:/Users/adamcarlile/.rvm/rubies/ruby-1.8.7-p302/bin:/Users/adamcarlile/.rvm/bin:/Users/adamcarlile/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/sbin
# export DYLD_LIBRARY_PATH="/usr/local/Cellar/mysql/5.5.10/lib/:$DYLD_LIBRARY_PATH"
export JRUBY_OPTS=--1.9
export NODE_PATH="/usr/local/lib/node_modules:$NODE_PATH"
export HUBOT_XMPP_USERNAME="hubot@xmpp.musicglue.com"
export HUBOT_XMPP_PASSWORD="123456"
export HUBOT_XMPP_ROOMS="chat@conference.xmpp.musicglue.com:musicglue"
export HUBOT_XMPP_HOST="xmpp.musicglue.com"
export EDITOR='subl'
export RUBY_HEAP_MIN_SLOTS=800000
export RUBY_HEAP_FREE_MIN=100000
export RUBY_HEAP_SLOTS_INCREMENT=300000
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export RUBY_GC_MALLOC_LIMIT=79000000
ssh-add -K ~/.ssh/id_rsa 2>&1 > /dev/null
alias rake="noglob rake"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment