From e4ee36a3dadfd5ffd3752844450b6f929511ad42 Mon Sep 17 00:00:00 2001 From: Oleksandr Shybystyi Date: Wed, 10 Jun 2015 13:46:35 +0300 Subject: [PATCH] Created 'external plugins' page for the plugins that don't come bundled with oh-my-zsh --- External-plugins.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 External-plugins.md diff --git a/External-plugins.md b/External-plugins.md new file mode 100644 index 0000000..27c0780 --- /dev/null +++ b/External-plugins.md @@ -0,0 +1,15 @@ +## A list of plugins that don't come bundled with oh-my-zsh + +### Installation +It should be clear from [this](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-plugins). + +### The plugins + +#### Git auto status + +If you found yourself constantly typing `git status` after bunch of commands like +`git commit` and you want to avoid that, than this plugin is for you. + +This plugin is a nice addition to **git_prompt_status**. + +You can get it from [here](https://gist.github.com/oshybystyi/475ee7768efc03727f21). \ No newline at end of file