mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
added proper file header
This commit is contained in:
+14
-2
@@ -1,6 +1,18 @@
|
||||
#compdef pactree pactree.static=pactree
|
||||
#compdef pactree
|
||||
# ------------------------------------------------------------------------------
|
||||
# Description
|
||||
# -----------
|
||||
#
|
||||
# Completion script for pactree 4.0
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
# Authors
|
||||
# -------
|
||||
#
|
||||
# * Limao Luo <luolimao@gmail.com>
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# copy this file to /usr/share/zsh/site-functions/_pactree
|
||||
typeset -A opt_args
|
||||
|
||||
_pactree() {
|
||||
|
||||
Reference in New Issue
Block a user