summaryrefslogtreecommitdiff
path: root/plugins/rand-quote
AgeCommit message (Collapse)Author
2015-08-26Remove code, not comment it outRobin Daugherty
Gaaah.
2015-08-26Fix rand-quote failure when site is unreachableRobin Daugherty
This plugin was designed so that if there is any failure, it will simply call itself recursively. Which means that if you were working offline, if `quote` was called in your `.zshrc`, you would be unable to open a new terminal session. I fixed this by allowing the plugin to output nothing if a quote could not be fetched.
2013-10-31randquote pluginEduardo San Martin Morote
correcting an issue about encoding some people was having added a message when the user doesn't have curl added varibles for colors->easier to customize
2013-06-09Messed up the comment somehow...San Martin Morote Eduardo
2013-06-09Random quotes from the internetSan Martin Morote Eduardo