]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/powify/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / powify / README.md
1 # powify plugin
2
3 This plugin adds autocompletion for [powify](https://github.com/sethvargo/powify),
4 an easy-to-use wrapper for Basecamp's [pow](https://github.com/basecamp/pow).
5
6 To use it, add powify to the plugins array of your zshrc file:
7
8 ```sh
9 plugins=(... powify)
10 ```