From 87ac12dc7fd98c3104ad3da3728ce0686e997b22 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 28 Jul 2017 05:34:35 +0200 Subject: [PATCH 1/2] Update ripz entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e38e8..1311fb1 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ These frameworks make customizing your zsh setup easier. * [project](https://github.com/gko/project) - Create node/python/ruby project both locally and on github(private or public repository). * [proxy-plugin](https://github.com/escalate/oh-my-zsh-proxy-plugin) - Aliases to manage proxy shell environment settings * [revolver](https://github.com/molovo/revolver) - A progress spinner for ZSH scripts. -* [ripz](https://github.com/jedahan/ripz) - A ripgrep-powered zsh plugin alias reminder. +* [ripz](https://github.com/jedahan/ripz) - Reminds you of your aliases, so you use them more. Depends on [ripgrep](https://github.com/jedahan/ripz/blob/master/github.com/BurntSushi/ripgrep). * [robo-zsh-plugin](https://github.com/shengyou/robo-zsh-plugin) - A ZSH plugin for [Robo](http://robo.li/). * [rockz](https://github.com/aperezdc/rockz) - Lua + LuaRocks virtual environment manager based upon VirtualZ. * [ruby-switch](https://github.com/LockonS/ruby-switch) - Switch ruby versions and manage the PATH variable at the same time. From 4ceac797c5a51e81803c622d9db6af273bcaa078 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 29 Jul 2017 10:25:05 -0600 Subject: [PATCH 2/2] Fix ripgrep link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1311fb1..3b9e322 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ These frameworks make customizing your zsh setup easier. * [project](https://github.com/gko/project) - Create node/python/ruby project both locally and on github(private or public repository). * [proxy-plugin](https://github.com/escalate/oh-my-zsh-proxy-plugin) - Aliases to manage proxy shell environment settings * [revolver](https://github.com/molovo/revolver) - A progress spinner for ZSH scripts. -* [ripz](https://github.com/jedahan/ripz) - Reminds you of your aliases, so you use them more. Depends on [ripgrep](https://github.com/jedahan/ripz/blob/master/github.com/BurntSushi/ripgrep). +* [ripz](https://github.com/jedahan/ripz) - Reminds you of your aliases, so you use them more. Depends on [ripgrep](https://github.com/BurntSushi/ripgrep). * [robo-zsh-plugin](https://github.com/shengyou/robo-zsh-plugin) - A ZSH plugin for [Robo](http://robo.li/). * [rockz](https://github.com/aperezdc/rockz) - Lua + LuaRocks virtual environment manager based upon VirtualZ. * [ruby-switch](https://github.com/LockonS/ruby-switch) - Switch ruby versions and manage the PATH variable at the same time.