dotfiles/zsh/.zsh/plugins/cpanm/README.md

10 lines
237 B
Markdown
Raw Normal View History

2024-04-26 17:41:20 +00:00
# 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.
```zsh
plugins=(... cpanm)
```