ohmyzsh/plugins/molecule
2026-02-20 18:46:50 +01:00
..
molecule.plugin.zsh feat(molecule): added aliases for molecule 2026-02-20 13:19:54 +01:00
README.md added reference to aliases in README 2026-02-20 18:46:50 +01:00

Molecule plugin

This plugin adds aliases and completion for Molecule, the project designed to aid in the development and testing of Ansible roles..

To use it, add molecule to the plugins array in your zshrc file:

plugins=(... molecule)