mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add first plugin description
This commit is contained in:
parent
b0c78166fa
commit
ffad598bb6
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue