From 3a97752a25e8057a1983a54a98995d68c8efee3c Mon Sep 17 00:00:00 2001 From: Alan Stebbens Date: Mon, 20 Jan 2014 17:26:12 -0800 Subject: [PATCH] aks: fixed order of config items --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7647320..25af1fd 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ The symbols are as follows: 1. You can use ``GIT_PROMPT_START`` and ``GIT_PROMPT_END`` to tweak your prompt 2. If you want to tweak the colors, currently you have to tweak it in the ``gitprompt.sh`` -3. You can define ``prompt_callback`` function to tweak your prompt dynamicly -4. The current git repo information is obtained by the script `gitstatus.sh` or +3. 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 bit more quick, and is used by default. +4. You can define ``prompt_callback`` function to tweak your prompt dynamicaly ```sh function prompt_callback {