]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/capistrano/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / capistrano / README.md
1 # Capistrano
2
3 This plugin provides completion for [Capistrano](https://capistranorb.com/).
4
5 To use it add capistrano to the plugins array in your zshrc file.
6
7 ```bash
8 plugins=(... capistrano)
9 ```
10
11 For a working completion use the `capit` command instead of `cap`, because cap is a
12 [reserved word in zsh](http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module).
13
14 `capit` automatically runs cap with bundler if a Gemfile is found.