Skip to content

Instantly share code, notes, and snippets.

@jpgreenwald
Created March 16, 2013 23:59
Show Gist options
  • Save jpgreenwald/5178897 to your computer and use it in GitHub Desktop.
Save jpgreenwald/5178897 to your computer and use it in GitHub Desktop.
Reasonable Defaults for os x
~/.bash_profile
alias ll='ls -aFhlG'
PATH="/Applications/Postgres.app/Contents/MacOS/bin:$PATH"
PATH="/usr/local/mysql/bin:$PATH"
alias psql='psql -d postgres'
#PS1="\[\033[G\]$PS1"
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:/opt/glassfish/bin:$PATH"
export PS1="\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$"
export MAVEN_OPTS='-Xmx512m -XX:MaxPermSize=512m'
alias mmake='mvn -PskipTests -Pdistclean clean install'
export P4CONFIG=~/.p4config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment