summaryrefslogtreecommitdiff
path: root/plugins/cpanm/README.md
blob: 3803e3e0074d5802b980ef4e6701cb35085d48ea (plain)
1
2
3
4
5
6
7
8
9
# Cpanm

This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)).
 
To use it add cpanm to the plugins array in your zshrc file.
 
 ```bash
plugins=(... cpanm)
```