mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #defcomp wait
 | |
| 
 | |
| local list
 | |
| 
 | |
| complist -P '%' -j
 | |
| list=("$(ps 2>/dev/null)")
 | |
| complist -y '$list' -s '`ps 2>/dev/null | tail +2 | cut -c1-5`'
 |