conf2/zsh/.oh-my-zsh/plugins/cpanm/README.md

10 lines
237 B
Markdown
Raw Normal View History

2019-01-12 15:47:23 +00:00
# Cpanm
This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)).
2020-06-11 14:41:32 +00:00
2019-01-12 15:47:23 +00:00
To use it add cpanm to the plugins array in your zshrc file.
2020-06-11 14:41:32 +00:00
```zsh
2019-01-12 15:47:23 +00:00
plugins=(... cpanm)
```