dotfiles/zsh/.oh-my-zsh/plugins/hitokoto/README.md
2024-06-19 00:06:56 +02:00

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