aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/completions/bash/keyringer
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-16 23:15:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-16 23:15:50 -0300
commit24b35c4df9275fb945d77a812dbc0f024c629eae (patch)
tree7f5d61e4138a782e44053ae5d964f7791857ea00 /lib/keyringer/completions/bash/keyringer
parent48444f3a7b5971f6285d8c891d2bfd27baa772c7 (diff)
downloadkeyringer-24b35c4df9275fb945d77a812dbc0f024c629eae.tar.gz
keyringer-24b35c4df9275fb945d77a812dbc0f024c629eae.tar.bz2
TODO update
Diffstat (limited to 'lib/keyringer/completions/bash/keyringer')
-rw-r--r--lib/keyringer/completions/bash/keyringer1
1 files changed, 1 insertions, 0 deletions
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