mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
add description to readme, fixed table, removed trailing spaces from aliases
This commit is contained in:
parent
390c76faf5
commit
80bd87cca7
2 changed files with 12 additions and 12 deletions
|
|
@ -15,8 +15,8 @@ _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 mcv='molecule converge '
|
||||
alias mls='molecule list '
|
||||
alias mvf='molecule verify '
|
||||
alias mol='molecule'
|
||||
alias mct='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