]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/octozen/octozen.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / octozen / octozen.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/octozen/octozen.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/octozen/octozen.plugin.zsh
deleted file mode 100644 (file)
index 71ee550..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# octozen plugin
-
-# Displays a zen quote from octocat
-function display_octozen() {
-  curl -m 2 -fsL "https://api.github.com/octocat"
-  add-zsh-hook -d precmd display_octozen
-}
-
-# Display the octocat on the first precmd, after the whole starting process has finished
-autoload -Uz add-zsh-hook
-add-zsh-hook precmd display_octozen