init
This commit is contained in:
28
.zprezto/modules/completion/external/src/_thor
vendored
Normal file
28
.zprezto/modules/completion/external/src/_thor
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
#compdef thor
|
||||
# ------------------------------------------------------------------------------
|
||||
# Description
|
||||
# -----------
|
||||
#
|
||||
# Completion script for thor (https://github.com/wycats/thor).
|
||||
#
|
||||
# Source: https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/thor
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
# Authors
|
||||
# -------
|
||||
#
|
||||
# * Andrew Hodges (https://github.com/betawaffle)
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# FIXME This should be rewritten using up-to-date ZSH completion API.
|
||||
compadd `thor list | grep thor | cut -d " " -f 2`
|
||||
|
||||
# Local Variables:
|
||||
# mode: Shell-Script
|
||||
# sh-indentation: 2
|
||||
# indent-tabs-mode: nil
|
||||
# sh-basic-offset: 2
|
||||
# End:
|
||||
# vim: ft=zsh sw=2 ts=2 et
|
Reference in New Issue
Block a user