]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/octozen/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / octozen / README.md
1 # Octozen plugin
2
3 Displays a zen quote from GitHub's Octocat on start up.
4
5 To use it, add `octozen` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... octozen)
9 ```
10
11 It defines a `display_octozen` function that fetches a GitHub Octocat zen quote.
12 NOTE: Internet connection is required (will time out if not fetched in 2 seconds).