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