diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/powify/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/powify/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/oh-my-zsh/plugins/powify/README.md b/zsh/oh-my-zsh/plugins/powify/README.md deleted file mode 100644 index fd58b86..0000000 --- a/zsh/oh-my-zsh/plugins/powify/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# powify plugin - -This plugin adds autocompletion for [powify](https://github.com/sethvargo/powify), -an easy-to-use wrapper for Basecamp's [pow](https://github.com/basecamp/pow). - -To use it, add powify to the plugins array of your zshrc file: - -```sh -plugins=(... powify) -``` |