Created
March 16, 2013 23:59
-
-
Save jpgreenwald/5178897 to your computer and use it in GitHub Desktop.
Reasonable Defaults for os x
This file contains hidden or 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
~/.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