dotfiles/zsh/.local/share/oh-my-zsh/plugins/cpanm/README.md

10 lines
237 B
Markdown
Raw Normal View History

2024-06-19 00:06:56 +02: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)
```