From 6e9db35aa2b70c8c2cd5d6be54a9ceb8f47f0244 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 21 Mar 2016 23:51:12 -0400 Subject: add xrevshlib Closes: #37 [via git-merge-pr] --- _xtools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_xtools') diff --git a/_xtools b/_xtools index 4c04c58..934cae0 100644 --- a/_xtools +++ b/_xtools @@ -1,4 +1,4 @@ -#compdef xbulk xbump xcheckrestart xdiff xdbg xdowngrade xgensum xgrep xlg xlog xlocate xls xmindep xmypkgs xnew xoptdiff xpkg xq xrecent xrevbump xsrc +#compdef xbulk xbump xcheckrestart xdiff xdbg xdowngrade xgensum xgrep xlg xlog xlocate xls xmindep xmypkgs xnew xoptdiff xpkg xq xrecent xrevbump xrevshlib xsrc _xbps # force autoload @@ -139,6 +139,7 @@ _xtools() { xq) _xq "$@";; xrecent) _xrecent "$@";; xrevbump) _xrevbump "$@";; + xrevshlib) _xtools_one_template "$@";; xsrc) _xtool_one_template "$@";; xsubpkg) _xsubpkg "$@";; esac -- cgit 1.4.1