aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/completions/bash/keyringer
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-22 23:32:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-22 23:32:00 -0300
commite4166898f016fc2eb4e625bd1e95f5736ec6226b (patch)
tree445671c7a0e8546d817fe2cd2c42672606f62e01 /lib/keyringer/completions/bash/keyringer
parent1a245c4d49852b8f861f2f48d3c066749abc37fa (diff)
downloadkeyringer-e4166898f016fc2eb4e625bd1e95f5736ec6226b.tar.gz
keyringer-e4166898f016fc2eb4e625bd1e95f5736ec6226b.tar.bz2
Use a different _keyringer_git_complete() for zsh
Diffstat (limited to 'lib/keyringer/completions/bash/keyringer')
-rw-r--r--lib/keyringer/completions/bash/keyringer1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/keyringer/completions/bash/keyringer b/lib/keyringer/completions/bash/keyringer
index 8317857..e33977a 100644
--- a/lib/keyringer/completions/bash/keyringer
+++ b/lib/keyringer/completions/bash/keyringer
@@ -7,7 +7,6 @@ if [[ -n ${ZSH_VERSION-} ]]; then
autoload -U +X bashcompinit && bashcompinit
fi
-# TODO: this is common completion code
# Completion for git subcommand
_keyringer_git_complete() {
if [ -e "/etc/bash_completion.d/git" ]; then