From: Silvio Rhatto Date: Fri, 2 Aug 2013 21:58:30 +0000 (-0300) Subject: More git completion code X-Git-Tag: 0.2.1~1 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dbad98bef1d7bd9d0178a481ededaa86be7176e4;p=keyringer.git More git completion code --- 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