dotfiles/zsh/.zsh/plugins/capistrano
andrzej 60aca8e178 import zsh config 2024-04-26 19:41:20 +02:00
..
README.md import zsh config 2024-04-26 19:41:20 +02:00
_capistrano import zsh config 2024-04-26 19:41:20 +02:00
capistrano.plugin.zsh import zsh config 2024-04-26 19:41:20 +02:00

README.md

Capistrano

This plugin provides completion for Capistrano.

To use it add capistrano to the plugins array in your zshrc file.

plugins=(... capistrano)

For a working completion use the capit command instead of cap, because cap is a reserved word in zsh.

capit automatically runs cap with bundler if a Gemfile is found.