Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
243c46b7
Commit
243c46b7
authored
Feb 23, 2019
by
Deepankumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed aplay conflict
parent
209f1aa8
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 @
243c46b7
...
...
@@ -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 @
243c46b7
...
...
@@ -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