summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-18 20:47:16 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-18 20:47:16 +0200
commitddb033fbe1737a4afc026284522d60dc13def5ca (patch)
tree1f13f6773403c1a14b957862e422a0dc5169ad11 /index.txt
parentfixed: file list tunctation on esc (diff)
downloadgit-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.tar.gz
git-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.tar.bz2
git-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.zip
-- docs, spelling
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
---------------------