Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
8837782b
Unverified
Commit
8837782b
authored
Feb 25, 2019
by
Marc Cornellà
Committed by
GitHub
Feb 25, 2019
Browse files
Options
Browse Files
Download
Plain Diff
fixed aplay conflict (#7617)
parents
25d0a10c
243c46b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
README.md
plugins/ansible/README.md
+1
-2
ansible.plugin.zsh
plugins/ansible/ansible.plugin.zsh
+1
-2
No files found.
plugins/ansible/README.md
View file @
8837782b
...
@@ -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 @
8837782b
...
@@ -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