From cf4971a86807c2f733757c3dc1243d35aa928bab Mon Sep 17 00:00:00 2001 From: Martin Gondermann Date: Wed, 13 May 2015 14:49:53 +0200 Subject: [PATCH] The README contained a reference to the deprecated Python script Fixes #134 --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 038ced1..2d6f26b 100644 --- a/README.md +++ b/README.md @@ -187,12 +187,7 @@ If you use a custom theme in `.git-prompt-colors.sh`, please set `GIT_PROMPT_THE and end of the prompt by setting `GIT_PROMPT_START` and `GIT_PROMPT_END` before you source the `gitprompt.sh`. -- The current git repo information is obtained by the script `gitstatus.sh` or - `gitstatus.py`. Both scripts do the same thing, but the bash script is a tad - more quick, and is used by default. If you prefer the python script - (possibly because you have enhanced it), simply delete or change the name of - `gitstatus.sh`. - +- The current git repo information is obtained by the script `gitstatus.sh`. - You can define `prompt_callback` function to tweak your prompt dynamically. ```sh @@ -270,7 +265,6 @@ from scratch by following this procedure: --prefix=bash-git-prompt-${VER}/ \ HEAD \ -- *.sh \ - *.py \ *.fish \ README.md \ themes \