2011-09-05 04:37:36 +00:00
|
|
|
#compdef git-info
|
|
|
|
#autoload
|
|
|
|
|
|
|
|
_arguments "1:toggle:((
|
2012-01-20 04:39:21 +00:00
|
|
|
on\:'enable in-prompt information for the current repository'
|
|
|
|
off\:'disable in-prompt information for the current repository'
|
2011-09-05 04:37:36 +00:00
|
|
|
))" && return 0
|
|
|
|
|