my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
340 B

3 years ago
  1. # Octozen plugin
  2. Displays a zen quote from GitHub's Octocat on start up.
  3. To use it, add `octozen` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... octozen)
  6. ```
  7. It defines a `display_octozen` function that fetches a GitHub Octocat zen quote.
  8. NOTE: Internet connection is required (will time out if not fetched in 2 seconds).