]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/cpanm/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / cpanm / README.md
1 # Cpanm
2
3 This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)).
4
5 To use it add cpanm to the plugins array in your zshrc file.
6
7 ```zsh
8 plugins=(... cpanm)
9 ```