mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
feat(molecule): added aliases for molecule
This commit is contained in:
parent
96b8745f5e
commit
63552ef44b
1 changed files with 23 additions and 0 deletions
|
|
@ -12,3 +12,26 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_molecule" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_MOLECULE_COMPLETE=zsh_source molecule >| "$ZSH_CACHE_DIR/completions/_molecule" &|
|
_MOLECULE_COMPLETE=zsh_source molecule >| "$ZSH_CACHE_DIR/completions/_molecule" &|
|
||||||
|
|
||||||
|
# Alias
|
||||||
|
# molecule: https://docs.ansible.com/projects/molecule/
|
||||||
|
alias mol='molecule '
|
||||||
|
alias mhlp='molecule --help '
|
||||||
|
alias mchk='molecule check '
|
||||||
|
alias mcln='molecule cleanup '
|
||||||
|
alias mcnv='molecule converge '
|
||||||
|
alias mcrt='molecule create '
|
||||||
|
alias mdep='molecule dependency '
|
||||||
|
alias mdes='molecule destroy '
|
||||||
|
alias mdrv='molecule drivers '
|
||||||
|
alias midm='molecule idempotence '
|
||||||
|
alias minit='molecule init scenario '
|
||||||
|
alias mlst='molecule list '
|
||||||
|
alias mlgn='molecule login '
|
||||||
|
alias mtrx='molecule matrix '
|
||||||
|
alias mprp='molecule prepare '
|
||||||
|
alias mrst='molecule reset '
|
||||||
|
alias msef='molecule side-effect '
|
||||||
|
alias msyn='molecule syntax '
|
||||||
|
alias mtest='molecule test '
|
||||||
|
alias mvrf='molecule verify '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue