Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owenvoke/quoter-zsh
A ZSH plugin for displaying random quotes when opening a terminal.
https://github.com/owenvoke/quoter-zsh
cli plugin quotes zsh zsh-plugins
Last synced: about 2 months ago
JSON representation
A ZSH plugin for displaying random quotes when opening a terminal.
- Host: GitHub
- URL: https://github.com/owenvoke/quoter-zsh
- Owner: owenvoke
- License: mit
- Created: 2018-02-15T12:18:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T09:25:35.000Z (over 4 years ago)
- Last Synced: 2024-05-21T13:52:35.782Z (8 months ago)
- Topics: cli, plugin, quotes, zsh, zsh-plugins
- Language: Shell
- Size: 21.5 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quoter Zsh
A ZSH plugin for displaying random quotes when opening a terminal.
## Install
Via zplug (add to your `.zshrc`)
```bash
zplug "owenvoke/quoter-zsh"
```Via Antigen
```bash
antigen bundle owenvoke/quoter-zsh
```## Usage
**Changing the default quote bank**
To change the quote bank, set the `QUOTER_BANK` variable before loading the plugin.
```bash
export QUOTER_BANK=custom
```## Credits
- [Owen Voke][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[link-author]: https://github.com/owenvoke
[link-contributors]: ../../contributors