ohmyzsh/plugins/cpanm/README.md

10 lines
237 B
Markdown
Raw Normal View History

2018-11-01 14:42:18 +00:00
# Cpanm
This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)).
2018-11-01 14:42:18 +00:00
To use it add cpanm to the plugins array in your zshrc file.
```zsh
2018-11-01 14:42:18 +00:00
plugins=(... cpanm)
```