mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			191 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			191 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
zstyle ':completion:*:*:task:*' verbose yes
 | 
						|
zstyle ':completion:*:*:task:*:descriptions' format '%U%B%d%b%u'
 | 
						|
 | 
						|
zstyle ':completion:*:*:task:*' group-name ''
 | 
						|
 | 
						|
alias t=task
 | 
						|
compdef _task t=task
 |