0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/capistrano
2018-11-01 15:29:05 +01:00
..
_capistrano use capit instead of shipit as shipit conflicts with npm package shipit 2015-10-30 08:11:38 +00:00
capistrano.plugin.zsh capistrano: add README (#7376) 2018-11-01 15:29:05 +01:00
README.md capistrano: add README (#7376) 2018-11-01 15:29:05 +01:00

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.