mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-30 17:50:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef env
 | |
| 
 | |
| if _pick_variant gnu=Free\ Soft unix --version; then
 | |
|   _arguments \
 | |
|     '(--ignore-environment -i)'{-i,--ignore-environment}'[start with empty environment]' \
 | |
|     {-u,--unset=}':env var to remove:compadd ${(k)parameters[(R)*export*]}' \
 | |
|     '--help[help]' \
 | |
|     '--version[version]' \
 | |
|     '*::arguments: _normal'
 | |
| else
 | |
|   _precommand
 | |
| fi
 |