summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2011-01-29 15:29:51 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2011-01-29 15:42:46 +0200
commit8d45f1fc7acdedc21d6ad141b281ecdd19a859ea (patch)
tree904fd4471d003e316f005ca6b97ce4e0390d297a /index.txt
parentunset tty on cygwin under console2 (diff)
downloadgit-prompt-8d45f1fc7acdedc21d6ad141b281ecdd19a859ea.tar.gz
git-prompt-8d45f1fc7acdedc21d6ad141b281ecdd19a859ea.tar.bz2
git-prompt-8d45f1fc7acdedc21d6ad141b281ecdd19a859ea.zip
removed bash completion for git-prompt
bash git completion can be enabled from .bash_profile. Put something following in your profile: [[ -f "/etc/bash_completion.d/git" ]] && . /etc/bash_completion.d/git [[ -f "/usr/share/bash-completion/git" ]] && . /usr/share/bash-completion/git
Diffstat (limited to 'index.txt')
-rw-r--r--index.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/index.txt b/index.txt
index d8dd50b..ab786ba 100644
--- a/index.txt
+++ b/index.txt
@@ -87,16 +87,6 @@ j .*3 # same as cd "~/long dir mp3"
-------------
-== Bash Completion
-
-Completion can be done for git subcommands, branches and remotes:
-
----------------------
-git ch<tab> # expands to git checkout
-git checkout ma<tab> # expands to git checkout master
---------------------
-
-
== Install
Download link:git-prompt.sh[] or get it with GIT: