diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/invoke/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/invoke/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/oh-my-zsh/plugins/invoke/README.md b/zsh/oh-my-zsh/plugins/invoke/README.md deleted file mode 100644 index 3f4b880..0000000 --- a/zsh/oh-my-zsh/plugins/invoke/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Invoke plugin - -This plugin adds completion for [invoke](https://github.com/pyinvoke/invoke). - -To use it, add `invoke` to the plugins array in your `~/.zshrc` file: - -```zsh -plugins=(... invoke) -``` - |