mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
changed alias mct to mcr, as it collides with existing alias mct=microk8s.ctr
This commit is contained in:
parent
80bd87cca7
commit
6882a5fd0f
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ _MOLECULE_COMPLETE=zsh_source molecule >| "$ZSH_CACHE_DIR/completions/_molecule"
|
|||
# Alias
|
||||
# molecule: https://docs.ansible.com/projects/molecule/
|
||||
alias mol='molecule'
|
||||
alias mct='molecule create'
|
||||
alias mcr='molecule create'
|
||||
alias mcv='molecule converge'
|
||||
alias mls='molecule list'
|
||||
alias mvf='molecule verify'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue