diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-02 18:58:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-02 18:58:30 -0300 |
commit | dbad98bef1d7bd9d0178a481ededaa86be7176e4 (patch) | |
tree | 4f71fa209caa7e290e0088c67f730ed53987bf4d /lib | |
parent | 4cfb40c605a6df4bf70bc14e2010ad78e4276324 (diff) | |
download | keyringer-dbad98bef1d7bd9d0178a481ededaa86be7176e4.tar.gz keyringer-dbad98bef1d7bd9d0178a481ededaa86be7176e4.tar.bz2 |
More git completion code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/keyringer/completions/bash | 2 |
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 |