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
8837782b
Unverified
Commit
8837782b
authored
Feb 25, 2019
by
Marc Cornellà
Committed by
GitHub
Feb 25, 2019
Browse files
fixed aplay conflict (#7617)
parents
25d0a10c
243c46b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/ansible/README.md
View file @
8837782b
...
...
@@ -19,9 +19,8 @@ plugins=(... ansible)
|
`a`
| command
`ansible`
|
|
`aconf`
| command
`ansible-config`
|
|
`acon`
| command
`ansible-console`
|
|
`aconn`
| command
`ansible-connection`
|
|
`ainv`
| command
`ansible-inventory`
|
|
`aplay
`
| command
`ansible-playbook`
|
|
`aplay
book`
| command
`ansible-playbook`
|
|
`ainv`
| command
`ansible-inventory`
|
|
`adoc`
| command
`ansible-doc`
|
|
`agal`
| command
`ansible-galaxy`
|
...
...
plugins/ansible/ansible.plugin.zsh
View file @
8837782b
...
...
@@ -18,10 +18,9 @@ function ansible-role-init(){
alias
a
=
'ansible '
alias
aconf
=
'ansible-config '
alias
acon
=
'ansible-console '
alias
aconn
=
'ansible-connection '
alias
aver
=
'ansible-version'
alias
arinit
=
'ansible-role-init'
alias
aplay
=
'ansible-playbook '
alias
aplay
book
=
'ansible-playbook '
alias
ainv
=
'ansible-inventory '
alias
adoc
=
'ansible-doc '
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