]> gitweb.fluxo.info Git - keyringer.git/commitdiff
TODO update
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Aug 2013 02:15:50 +0000 (23:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Aug 2013 02:15:50 +0000 (23:15 -0300)
lib/keyringer/completions/bash/keyringer
lib/keyringer/completions/zsh/_keyringer

index e33977aba40eda0986156acae3a44a99e923a5c8..8317857214d9132cba64d4bd01e52e7277a12871 100644 (file)
@@ -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
index b8f9d31edc87d9037fdf542ee27af27fd0175b1e..390a783bc8ae771b0712b222388d41dd4218d605 100644 (file)
@@ -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