Plugin for ZSH to get random quote from zenquotes.io
- Download the plugin into the custom plugin folder of oh-my-zsh
cd $ZSH/custom/plugins
git clone https://github.com/aminelch/zenquotes.git
- Activate the plugin. Add
zenquotes
to theplugins
list in the file.zshrc
plugins=(... zenquotes)
- Source
~/.zshrc
or open new terminal session.