Added completions for tula
This commit is contained in:
7
zsh/custom/completions/_tula
Normal file
7
zsh/custom/completions/_tula
Normal file
@@ -0,0 +1,7 @@
|
||||
#compdef tula
|
||||
|
||||
_tula_completion() {
|
||||
eval $(env _TYPER_COMPLETE_ARGS="${words[1,$CURRENT]}" _TULA_COMPLETE=complete_zsh tula)
|
||||
}
|
||||
|
||||
compdef _tula_completion tula
|
||||
Reference in New Issue
Block a user