]> id.pley.net Git - dotfiles.git/blobdiff - webkitenv
Fixed _ssh_screen alias; made sourcing of webkitenv dependent on file's existence...
[dotfiles.git] / webkitenv
diff --git a/webkitenv b/webkitenv
deleted file mode 100644 (file)
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