mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #function kill
 | |
| 
 | |
| if [[ -iprefix '-' ]]; then
 | |
|   complist -k "($signals[1,-3])"
 | |
| else
 | |
|   complist -P '%' -j
 | |
|   complist -y __kill_helper -s '`ps 2>/dev/null | tail +2 | cut -c1-5`'
 | |
| fi
 |