diff options
author | Toyam Cox <Vaelatern@gmail.com> | 2016-03-21 23:51:12 -0400 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-03-22 20:25:42 +0100 |
commit | 6e9db35aa2b70c8c2cd5d6be54a9ceb8f47f0244 (patch) | |
tree | fe07c34d819984a6e7f26d9d4e7aa07b90d7e056 /_xtools | |
parent | 82a4415efdd8f3536885782ffe2b8e3378a04a63 (diff) | |
download | xtools-6e9db35aa2b70c8c2cd5d6be54a9ceb8f47f0244.tar.gz xtools-6e9db35aa2b70c8c2cd5d6be54a9ceb8f47f0244.tar.xz xtools-6e9db35aa2b70c8c2cd5d6be54a9ceb8f47f0244.zip |
add xrevshlib v0.37
Closes: #37 [via git-merge-pr]
Diffstat (limited to '_xtools')
-rw-r--r-- | _xtools | 3 |
1 files changed, 2 insertions, 1 deletions
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 |