Use site-functions directory for all zsh plugins
This commit is contained in:
11
zsh/_cptemplate
Normal file
11
zsh/_cptemplate
Normal file
@@ -0,0 +1,11 @@
|
||||
#compdef cptemplate
|
||||
|
||||
# ========== Completions ==========
|
||||
local arguments
|
||||
|
||||
arguments=(
|
||||
{-h,--help}'[print this help page]'
|
||||
'*:filename:_files'
|
||||
)
|
||||
|
||||
_arguments -s $arguments
|
Reference in New Issue
Block a user