]> src.twobees.de Git - dotfiles.git/blob - rand-quote/README.md
up
[dotfiles.git] / rand-quote / README.md
1 # rand-quote plugin
2
3 Displays a random quote taken from [quotationspage.com](http://www.quotationspage.com/random.php)
4
5 Created by [Eduardo San Martin Morote, aka Posva](https://posva.github.io)
6
7 ## Usage
8
9 Add the plugin to the plugins array in your zshrc file and restart zsh:
10
11 ```zsh
12 plugins=(... rand-quote)
13 ```
14
15 Then, run `quote` to get a new random quote.