mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
8 lines
196 B
Text
8 lines
196 B
Text
#compdef git-info
|
|
#autoload
|
|
|
|
_arguments "1:toggle:((
|
|
on\:'Turn prompt Git status on for the current repository.'
|
|
off\:'Turn prompt Git status off for the current repository.'
|
|
))" && return 0
|
|
|