diff options
-rw-r--r-- | Completion/Zsh/Command/_echotc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_echotc b/Completion/Zsh/Command/_echotc new file mode 100644 index 000000000..cc07b9cd0 --- /dev/null +++ b/Completion/Zsh/Command/_echotc @@ -0,0 +1,7 @@ +#compdef echotc + +local expl + +_wanted arguments expl 'terminal capability' \ + compadd al dc dl do le up al bl cd ce cl cr \ + dc dl do ho is le ma nd nl se so up |