Add first plugin description

This commit is contained in:
Michel Massaro 2017-01-26 12:17:50 +01:00
commit ffad598bb6
2 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,4 @@
# plugin-description : The description of the plugin must be done in this way
# Add your own custom plugins in the custom/plugins directory. Plugins placed
# here will override ones with the same name in the main plugins directory.

View file

@ -1,3 +1,5 @@
# plugin-description : This plugin adds many useful aliases and functions.
# Query/use custom command for `git`.
zstyle -s ":vcs_info:git:*:-all-" "command" _omz_git_git_cmd
: ${_omz_git_git_cmd:=git}