Allow configure alias for diy
This commit is contained in:
parent
f9d7b34945
commit
e7594de797
@ -15,7 +15,7 @@ _brew_to_completion()
|
|||||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||||
|
|
||||||
# We only complete unabbreviated commands...
|
# We only complete unabbreviated commands...
|
||||||
actions="diy edit homepage info install list link make uninstall"
|
actions="edit homepage info install list link make uninstall"
|
||||||
|
|
||||||
# Subcommand list
|
# Subcommand list
|
||||||
if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]] ; then
|
if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]] ; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user