conf2/zsh/.oh-my-zsh/plugins/hitokoto/README.md
2020-02-08 08:57:16 +01:00

16 lines
312 B
Markdown

# 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.