README.md 312 Bytes
Newer Older
sinrimin's avatar
sinrimin committed
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.