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 1 month ago
JSON representation

A ZSH plugin for displaying random quotes when opening a terminal.

Lists

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