Created
March 14, 2010 21:19
-
-
Save devpuppy/332247 to your computer and use it in GitHub Desktop.
.bash_profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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