mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-03 19:11:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			276 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			276 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#compdef zdump
 | 
						|
 | 
						|
if (( ! $+_zoneinfo_dirs )); then
 | 
						|
  _zoneinfo_dirs=(/usr/share/zoneinfo*(/) /usr/lib/zoneinfo*(/) /usr/share/lib/zoneinfo*(/))
 | 
						|
fi
 | 
						|
 | 
						|
_arguments '-v[lowest possible]' \
 | 
						|
           '-c[cutoff]:cutoff year:' \
 | 
						|
           '*:timezone:_path_files -W $_zoneinfo_dirs'
 |