Skip to content

Instantly share code, notes, and snippets.

@robertjwhitney
Created January 26, 2010 00:01
Show Gist options
  • Save robertjwhitney/286401 to your computer and use it in GitHub Desktop.
Save robertjwhitney/286401 to your computer and use it in GitHub Desktop.
# MacPorts Installer addition on 2008-12-17_at_17:36:30: 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.
# MacPorts Installer addition on 2008-12-17_at_17:36:30: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH=/opt/local/share/man:$MANPATH
# Finished adapting your MANPATH environment variable for use with MacPorts.
# Setting PATH for MacPython 2.6
# The orginal version is saved in .profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.6/bin:${PATH}"
export PATH
alias showhidden="defaults write com.apple.finder AppleShowAllFiles"
alias ss="ruby script/server"
alias ga="git add ."
alias gc="git commit"
alias gs="git status"
alias gp="git push"
alias r="rake"
alias rap="rake asset:packager:build_all"
alias gpom="git push origin master"
alias gphm="git push heroku master"
alias gp_everywhere="git push origin master && git push heroku master"
alias sqld="sudo /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper"
alias sql="mysql5 -u root -p"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment