Remove unused zsh completions
This commit is contained in:
parent
d7097b5598
commit
8fd565403e
@ -12,10 +12,6 @@
|
|||||||
zstyle -T ':completion:*:*:*:brew-cask:*' tag-order && \
|
zstyle -T ':completion:*:*:*:brew-cask:*' tag-order && \
|
||||||
zstyle ':completion:*:*:*:brew-cask:*' tag-order 'commands'
|
zstyle ':completion:*:*:*:brew-cask:*' tag-order 'commands'
|
||||||
|
|
||||||
__brew_cask() {
|
|
||||||
[ -d "$(brew --repo homebrew/cask)" ] && brew cask $@
|
|
||||||
}
|
|
||||||
|
|
||||||
__brew_all_casks() {
|
__brew_all_casks() {
|
||||||
local -a list
|
local -a list
|
||||||
local expl
|
local expl
|
||||||
@ -91,10 +87,6 @@ _brew_cask_cat() {
|
|||||||
__brew_all_casks
|
__brew_all_casks
|
||||||
}
|
}
|
||||||
|
|
||||||
_brew_cask_cat() {
|
|
||||||
__brew_all_casks
|
|
||||||
}
|
|
||||||
|
|
||||||
_brew_cask_create() {
|
_brew_cask_create() {
|
||||||
_arguments '*::token:'
|
_arguments '*::token:'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user