aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-02 18:58:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-02 18:58:30 -0300
commitdbad98bef1d7bd9d0178a481ededaa86be7176e4 (patch)
tree4f71fa209caa7e290e0088c67f730ed53987bf4d
parent4cfb40c605a6df4bf70bc14e2010ad78e4276324 (diff)
downloadkeyringer-dbad98bef1d7bd9d0178a481ededaa86be7176e4.tar.gz
keyringer-dbad98bef1d7bd9d0178a481ededaa86be7176e4.tar.bz2
More git completion code
-rw-r--r--lib/keyringer/completions/bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/completions/bash b/lib/keyringer/completions/bash
index 3c08293..247b7ff 100644
--- a/lib/keyringer/completions/bash
+++ b/lib/keyringer/completions/bash
@@ -85,7 +85,7 @@ _keyringer() {
esac
elif [ "${command}" == "git" ]; then
# TODO
- true
+ opts="$(_keyringer_git_complete ${COMP_WORDS[@]:3})"
fi
# Avoid annoying bell and extra tab