From 3063be41765d014d98dfeeb6090f5daf46bcffd3 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 25 Jun 2013 09:32:12 -0700 Subject: [PATCH] Added the rand-quote plugin --- Plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Plugins.md b/Plugins.md index 7662b31..74b1548 100644 --- a/Plugins.md +++ b/Plugins.md @@ -555,6 +555,11 @@ A simple [powify](https://github.com/sethvargo/powify) autocomplete plugin. It i * `rs - rails server` * `rsd - rails server --debugger` +## rand-quote +**Maintainer:** [posva](https://github.com/posva) + +Creates a function `quote` to display a colored random quote picked from this [site](http://www.quotationspage.com/random.php3) + ## redis-cli **Maintainer:** [robbyrussell][robbyrussell]