mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	fixed aplay conflict
This commit is contained in:
		
							parent
							
								
									209f1aa8d6
								
							
						
					
					
						commit
						243c46b7cd
					
				@ -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`                                          |
 | 
			
		||||
| `aplaybook`                                | command `ansible-playbook`                                          |
 | 
			
		||||
| `ainv`                                     | command `ansible-inventory`                                         |
 | 
			
		||||
| `adoc`                                     | command `ansible-doc`                                               |
 | 
			
		||||
| `agal`                                     | command `ansible-galaxy`                                            |
 | 
			
		||||
 | 
			
		||||
@ -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 aplaybook='ansible-playbook '
 | 
			
		||||
alias ainv='ansible-inventory '
 | 
			
		||||
alias adoc='ansible-doc '
 | 
			
		||||
alias agal='ansible-galaxy '
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user