Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
243c46b7
Commit
243c46b7
authored
Feb 23, 2019
by
Deepankumar
Browse files
fixed aplay conflict
parent
209f1aa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/ansible/README.md
View file @
243c46b7
...
@@ -19,9 +19,8 @@ plugins=(... ansible)
...
@@ -19,9 +19,8 @@ plugins=(... ansible)
|
`a`
| command
`ansible`
|
|
`a`
| command
`ansible`
|
|
`aconf`
| command
`ansible-config`
|
|
`aconf`
| command
`ansible-config`
|
|
`acon`
| command
`ansible-console`
|
|
`acon`
| command
`ansible-console`
|
|
`aconn`
| command
`ansible-connection`
|
|
`ainv`
| command
`ansible-inventory`
|
|
`ainv`
| command
`ansible-inventory`
|
|
`aplay
`
| command
`ansible-playbook`
|
|
`aplay
book`
| command
`ansible-playbook`
|
|
`ainv`
| command
`ansible-inventory`
|
|
`ainv`
| command
`ansible-inventory`
|
|
`adoc`
| command
`ansible-doc`
|
|
`adoc`
| command
`ansible-doc`
|
|
`agal`
| command
`ansible-galaxy`
|
|
`agal`
| command
`ansible-galaxy`
|
...
...
plugins/ansible/ansible.plugin.zsh
View file @
243c46b7
...
@@ -18,10 +18,9 @@ function ansible-role-init(){
...
@@ -18,10 +18,9 @@ function ansible-role-init(){
alias
a
=
'ansible '
alias
a
=
'ansible '
alias
aconf
=
'ansible-config '
alias
aconf
=
'ansible-config '
alias
acon
=
'ansible-console '
alias
acon
=
'ansible-console '
alias
aconn
=
'ansible-connection '
alias
aver
=
'ansible-version'
alias
aver
=
'ansible-version'
alias
arinit
=
'ansible-role-init'
alias
arinit
=
'ansible-role-init'
alias
aplay
=
'ansible-playbook '
alias
aplay
book
=
'ansible-playbook '
alias
ainv
=
'ansible-inventory '
alias
ainv
=
'ansible-inventory '
alias
adoc
=
'ansible-doc '
alias
adoc
=
'ansible-doc '
alias
agal
=
'ansible-galaxy '
alias
agal
=
'ansible-galaxy '
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment