mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 21:51:42 +00:00
Moved hub into the git plugin.
This commit is contained in:
8
plugins/git/completions/_git-info
Normal file
8
plugins/git/completions/_git-info
Normal file
@ -0,0 +1,8 @@
|
||||
#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
|
||||
|
Reference in New Issue
Block a user