From 3aa94fca6a675fe0fc90285721c4ce3ee5358be1 Mon Sep 17 00:00:00 2001 From: David Deprost Date: Sun, 21 Jun 2020 00:02:13 +0200 Subject: [PATCH] Add a custom git plugin --- External-plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index 3a04fd1..71c6b6b 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -8,6 +8,11 @@ It should be clear from [this](https://github.com/ohmyzsh/ohmyzsh/wiki/Customiza ### 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 If you found yourself constantly typing `git status` after bunch of commands like