]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/rand-quote/README.md
c387aaa22456f1796afe168e7c580ef9c4d38737
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / 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.