mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			318 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			318 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Yii plugin
 | 
						|
 | 
						|
The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
 | 
						|
 | 
						|
To use it, add `yii` to the plugins array of your zshrc file:
 | 
						|
 | 
						|
```zsh
 | 
						|
plugins=(... yii)
 | 
						|
```
 | 
						|
 | 
						|
## Aliases
 | 
						|
 | 
						|
| Alias  | Command              |
 | 
						|
|--------|----------------------|
 | 
						|
| yiic   | `protected/yiic`     |
 |