]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/capistrano/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / capistrano / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/capistrano/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/capistrano/README.md
deleted file mode 100644 (file)
index 335b794..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Capistrano
-
-This plugin provides completion for [Capistrano](https://capistranorb.com/).
-
-To use it add capistrano to the plugins array in your zshrc file.
-
-```bash
-plugins=(... capistrano)
-```
-
-For a working completion use the `capit` command instead of `cap`, because cap is a
-[reserved word in zsh](http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module).
-
-`capit` automatically runs cap with bundler if a Gemfile is found.