Skip to content

Instantly share code, notes, and snippets.

@ozzyaaron
Created October 25, 2010 02:43
Show Gist options
  • Save ozzyaaron/644304 to your computer and use it in GitHub Desktop.
Save ozzyaaron/644304 to your computer and use it in GitHub Desktop.
export AUTOFEATURE=false
export RSPEC=true
export PATH=/Applications/MAMP/Library/bin:~/bin:/usr/local/bin:/usr/local/sbin:$PATH
export LD_LIBRARY_PATH=/opt/local/lib:$LD_LIBRARY_PATH
export SVN_EDITOR=vi
export PS1='\u@\h:\w $(vcprompt)\$ '
alias debugstart='touch tmp/debug.txt && touch tmp/restart.txt'
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
source ~/.git-completion.sh
alias bundledb='bundle install --without production --relock && rake db:migrate && rake db:seed'
alias seeddb='rake db:migrate && rake db:seed'
alias bund='bundle install --without production --relock'
alias seedtest='rake RAILS_ENV=test db:migrate && rake RAILS_ENV=test db:seed'
alias be='bundle exec'
[[ -s $HOME/.rvm/scripts/rvm ]] && . $HOME/.rvm/scripts/rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment