#!/bin/bash export EMAIL_ADDRESS=jer.noble@apple.com export WEBKIT_DIR=~/Projects/WebKit.git export PATH=$PATH:$WEBKIT_DIR/OpenSource/Tools:$WEBKIT_DIR/OpenSource/Tools/Scripts:$WEBKIT_DIR/Internal/Tools/Scripts export PS1='$( if [ $? = 0 ]; then echo \[\e[32m\]:-\)\ ; else echo \[\e[31m\]:-\(\ ;fi;)\[\e[0m\]$(__git_ps1 "(%s) ")\u@\h:$(short_pwd)> ' alias opensource="cd $WEBKIT_DIR/OpenSource" alias internal="cd $WEBKIT_DIR/Internal" source ~/bin/git-completion.bash