mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
changed alias mcv to mcon, as it collides with existing binary from package scotch
This commit is contained in:
parent
6882a5fd0f
commit
5237a6ba78
2 changed files with 2 additions and 2 deletions
|
|
@ -15,6 +15,6 @@ plugins=(... molecule)
|
|||
| :---- | :---------------- | ---------------------------------------------------------------------------------- |
|
||||
| mol | molecule | Molecule aids in the development and testing of Ansible roles. |
|
||||
| mcr | molecule create | Use the provisioner to start the instances. |
|
||||
| mcv | molecule converge | Use the provisioner to configure instances (dependency, create, prepare converge). |
|
||||
| mcon | molecule converge | Use the provisioner to configure instances (dependency, create, prepare converge). |
|
||||
| mls | molecule list | List status of instances. |
|
||||
| mvf | molecule verify | Run automated tests against instances. |
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ _MOLECULE_COMPLETE=zsh_source molecule >| "$ZSH_CACHE_DIR/completions/_molecule"
|
|||
# molecule: https://docs.ansible.com/projects/molecule/
|
||||
alias mol='molecule'
|
||||
alias mcr='molecule create'
|
||||
alias mcv='molecule converge'
|
||||
alias mcon='molecule converge'
|
||||
alias mls='molecule list'
|
||||
alias mvf='molecule verify'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue