mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-15 09:11:41 +00:00
Rewrote the Git plugin and Sorin theme.
This commit is contained in:
8
plugins/git/_git-info
Normal file
8
plugins/git/_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