From 0f71755f782d2810b67de20bb1dd900fd1db71e4 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 30 Apr 2017 07:42:34 -0700 Subject: [PATCH 1/2] Add zsh-git-smart-commands plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 794e3bb..3059a45 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ These frameworks make customizing your zsh setup easier. * [zsh-fuzzy-search-and-edit](https://github.com/seletskiy/zsh-fuzzy-search-and-edit) - ZSH plugin for fuzzy searching files and instantly opening a matched file on matched line. * [zsh-geeknote](https://github.com/s7anley/zsh-geeknote) - Geeknote plugin for zsh. * [zsh-git-plugin](https://github.com/rcruzper/zsh-git-plugin) - Adds some functions for git +* [zsh-git-smart-commands](https://github.com/seletskiy/zsh-git-smart-commands) - Adds git commands to make some common git usages more efficient. * [zsh-git-sync](https://github.com/caarlos0/zsh-git-sync) - A ZSH plugin to sync git repositories and clean them up. * [zsh-grunt-plugin](https://github.com/clauswitt/zsh-grunt-plugin) - Add autocompletion for grunt. * [zsh-gvm (yerinle)](https://github.com/yerinle/zsh-gvm) - Provides autocompletion for gvm (Groovy enVironment Manager). From 8c18a82ecc0854b823a7b786596afc25505c757d Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 30 Apr 2017 07:42:54 -0700 Subject: [PATCH 2/2] Add missing period in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3059a45..fc357a7 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ These frameworks make customizing your zsh setup easier. * [zsh-functional](https://github.com/Tarrasch/zsh-functional) - ZSH higher order functions. * [zsh-fuzzy-search-and-edit](https://github.com/seletskiy/zsh-fuzzy-search-and-edit) - ZSH plugin for fuzzy searching files and instantly opening a matched file on matched line. * [zsh-geeknote](https://github.com/s7anley/zsh-geeknote) - Geeknote plugin for zsh. -* [zsh-git-plugin](https://github.com/rcruzper/zsh-git-plugin) - Adds some functions for git +* [zsh-git-plugin](https://github.com/rcruzper/zsh-git-plugin) - Adds some functions for git. * [zsh-git-smart-commands](https://github.com/seletskiy/zsh-git-smart-commands) - Adds git commands to make some common git usages more efficient. * [zsh-git-sync](https://github.com/caarlos0/zsh-git-sync) - A ZSH plugin to sync git repositories and clean them up. * [zsh-grunt-plugin](https://github.com/clauswitt/zsh-grunt-plugin) - Add autocompletion for grunt.