From dd5c240292b1e2f32240e26cc3a4dafc96e93e3a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 30 Sep 2014 15:47:36 +0200 Subject: update autocompletion. --- _xtools | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_xtools') diff --git a/_xtools b/_xtools index 3389737..34f7d82 100644 --- a/_xtools +++ b/_xtools @@ -54,7 +54,7 @@ _xq() { } _xtools() { - case "$service" in + case "$service" in xbulk) _xbulk "$@";; xbump) _xtools_one_template "$@";; xdiff) _xdiff "$@";; @@ -68,7 +68,8 @@ _xtools() { xoptdiff) _xoptdiff "$@";; xq) _xq "$@";; xsrc) _xtool_one_template "$@";; - esac + xsubpkg) _xtool_one_template "$@";; + esac } _xtools "$@" -- cgit 1.4.1