1
0
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:
Sorin Ionescu
2011-09-05 00:37:36 -04:00
parent 448cda2a57
commit 225ea89e74
8 changed files with 708 additions and 386 deletions

8
plugins/git/_git-info Normal file
View 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