diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2011-01-29 15:29:51 +0200 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2011-01-29 15:42:46 +0200 |
commit | 8d45f1fc7acdedc21d6ad141b281ecdd19a859ea (patch) | |
tree | 904fd4471d003e316f005ca6b97ce4e0390d297a /demo-script | |
parent | unset tty on cygwin under console2 (diff) | |
download | git-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 'demo-script')
0 files changed, 0 insertions, 0 deletions