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. 5
      gitprompt.sh

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

Loading…
Cancel
Save