]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/hitokoto/README.md
3a8758f562755b839a6b0411159b036da2bdd029
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / hitokoto / README.md
1 # hitokoto plugin
2
3 Displays a random quote taken from [hitokoto.cn](https://v1.hitokoto.cn/)
4
5 Created by [Sinrimin](https://github.com/sinrimin)
6
7 ## Usage
8
9 Add the plugin to the plugins array in your zshrc file and restart zsh:
10
11 ```zsh
12 plugins=(... hitokoto)
13 ```
14
15 Then, run `hitokoto` to get a new random quote.