Merge pull request #1 from skuro/patch-1

Enable custom __GIT_PROMPT_DIR as an env var
master
Martin Gondermann 13 years ago
commit 392aa36113
  1. 3
      gitprompt.sh

@ -1,4 +1,7 @@
if [ "x$__GIT_PROMPT_DIR" == "x" ]
then
__GIT_PROMPT_DIR=~/.bash
fi
# Colors
# Reset

Loading…
Cancel
Save