Skip to content

Instantly share code, notes, and snippets.

@devpuppy
Created March 14, 2010 21:19
Show Gist options
  • Save devpuppy/332247 to your computer and use it in GitHub Desktop.
Save devpuppy/332247 to your computer and use it in GitHub Desktop.
.bash_profile
PATH=$PATH:/opt/local/bin
export PATH
alias be='mate -w ~/.bash_profile;source ~/.bash_profile'
# alias ss='script/server'
# alias sc='script/console'
alias rdm='rake db:migrate'
alias glg='gem list |grep'
alias rrg='rake routes |grep'
alias pwdcopy='pwd | pbcopy'
alias cdbundles='cd ~/Library/Application\ Support/TextMate/Bundles'
# MacPorts Installer addition on 2010-01-18_at_19:14:45: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
[[ -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