X-Git-Url: http://id.pley.net/dotfiles.git/blobdiff_plain/13ecc0fef880c1e4a13dd444b2ef3de7c1b00656..3eee664888d2ff50f9f5d61ecde16ba5eecdf82a:/webkitenv?ds=inline diff --git a/webkitenv b/webkitenv deleted file mode 100644 index da43910..0000000 --- a/webkitenv +++ /dev/null @@ -1,11 +0,0 @@ -#!/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