From 8d45f1fc7acdedc21d6ad141b281ecdd19a859ea Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Sat, 29 Jan 2011 15:29:51 +0200 Subject: 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 --- index.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'index.txt') 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 # expands to git checkout -git checkout ma # expands to git checkout master --------------------- - - == Install Download link:git-prompt.sh[] or get it with GIT: -- cgit v1.2.3