]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/pow/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / pow / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/pow/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/pow/README.md
deleted file mode 100644 (file)
index 1f8a9d1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# pow plugin
-
-This plugin adds completion and commands for [pow](http://pow.cx/), a
-zero-configuration Rack server for macOS.
-
-To use it, add pow to the plugins array of your zshrc file:
-
-```sh
-plugins=(... pow)
-```
-
-## Commands
-
-- `kapow` will restart an app.
-
-  ```bash
-  kapow myapp
-  ```
-
-- `kaput` will show the standard output from any pow app.
-- `repow` will restart the pow process.