mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-15 07:01:41 +00:00
Cleaned up the plugins.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#compdef github
|
||||
#autoload
|
||||
|
||||
# in order to make this work, you will need to have the github gem installed
|
||||
# The github-gem is neccessary for this completion to work.
|
||||
# http://github.com/defunkt/github-gem
|
||||
|
||||
# github zsh completion, based on homebrew completion
|
||||
# This completion is based on the Homebrew completion.
|
||||
|
||||
local -a _1st_arguments
|
||||
_1st_arguments=(
|
||||
@ -38,3 +38,4 @@ if (( CURRENT == 1 )); then
|
||||
_describe -t commands "github subcommand" _1st_arguments
|
||||
return
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user