mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	fixed aplay conflict
This commit is contained in:
		| @@ -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`                                          | | | `aplaybook`                                | 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`                                            | | ||||||
|   | |||||||
| @@ -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 aplaybook='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 ' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user