From: Silvio Rhatto Date: Sat, 17 Aug 2013 02:15:50 +0000 (-0300) Subject: TODO update X-Git-Tag: 0.2.2~13 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=24b35c4df9275fb945d77a812dbc0f024c629eae;p=keyringer.git TODO update --- diff --git a/lib/keyringer/completions/bash/keyringer b/lib/keyringer/completions/bash/keyringer index e33977a..8317857 100644 --- a/lib/keyringer/completions/bash/keyringer +++ b/lib/keyringer/completions/bash/keyringer @@ -7,6 +7,7 @@ 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 diff --git a/lib/keyringer/completions/zsh/_keyringer b/lib/keyringer/completions/zsh/_keyringer index b8f9d31..390a783 100644 --- a/lib/keyringer/completions/zsh/_keyringer +++ b/lib/keyringer/completions/zsh/_keyringer @@ -1,5 +1,6 @@ #compdef keyringer +# TODO: this is common completion code # Completion for git subcommand _keyringer_git_complete() { if [ -e "/etc/bash_completion.d/git" ]; then