about summary refs log tree commit diff
path: root/_xtools
diff options
context:
space:
mode:
Diffstat (limited to '_xtools')
-rw-r--r--_xtools4
1 files changed, 1 insertions, 3 deletions
diff --git a/_xtools b/_xtools
index 8487e23..ab021d1 100644
--- a/_xtools
+++ b/_xtools
@@ -1,4 +1,4 @@
-#compdef xbuildbarf xbulk xbump xcheckrestart xdbg xdiff xdowngrade xgensum xgrep xi xilog xlg xlocate xlog xls xmindep xmypkgs xoptdiff xpkg xq xrecent xrevbump xrevshlib xsrc xsubpkg
+#compdef xbuildbarf xbulk xbump xcheckrestart xdbg xdiff xdowngrade xgensum xgrep xi xilog xlg xlocate xlog xls xmypkgs xoptdiff xpkg xq xrecent xrevbump xrevshlib xsrc xsubpkg
 
 _xbps  # force autoload
 
@@ -26,7 +26,6 @@ _xtools_contributors() {
 	compadd "$@" -- $(git -C "$(xdistdir)" log --pretty=%ce)
 }
 
-
 _xbulk() {
 	_arguments : \
 		'-n[dry-run]' \
@@ -134,7 +133,6 @@ _xtools() {
 		xlocate) _xlocate "$@";;
 		xlog) _xtools_one_template "$@";;
 		xls) _xtools_just_packages "$@";;
-		xmindep) _xtools_just_packages "$@";;
 		xmypkgs) _xmypkgs "$@";;
 		xoptdiff) _xoptdiff "$@";;
 		xpkg) _xpkg "$@";;