1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00
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)
```