mirror of https://github.com/ohmyzsh/ohmyzsh.git
Add a custom git plugin
parent
0df5275d44
commit
3aa94fca6a
|
@ -8,6 +8,11 @@ It should be clear from [this](https://github.com/ohmyzsh/ohmyzsh/wiki/Customiza
|
||||||
|
|
||||||
### The plugins
|
### The plugins
|
||||||
|
|
||||||
|
#### Custom git plugin
|
||||||
|
Fixes some inconsistencies in the default plugin that make the aliases more intuitive, while adding some other useful functions.
|
||||||
|
|
||||||
|
You can get it from [here](https://github.com/davidde/git).
|
||||||
|
|
||||||
#### Git auto status
|
#### Git auto status
|
||||||
|
|
||||||
If you found yourself constantly typing `git status` after bunch of commands like
|
If you found yourself constantly typing `git status` after bunch of commands like
|
||||||
|
|
Loading…
Reference in New Issue