summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'index.txt')
-rw-r--r--index.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.txt b/index.txt
index cf520c8..892737f 100644
--- a/index.txt
+++ b/index.txt
@@ -35,21 +35,18 @@ image:screenshot-prompt-git.png[git module]
== Install
Download link:git-prompt.sh[] or get with GIT:
-[source,sh]
------------------
git clone git://github.com/lvv/git-prompt.git
---------------
Put following command in our profile in interactive section:
-[source,sh]
---------------------
. /path/to/git-prompt.sh
---------------------
If there are no interactivity test in your profile, then above command should be:
-[source,sh]
--------------------
[[ $- == *i* ]] && . /etc/git-prompt.sh
---------------------