mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-04 07:21:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#compdef xrdb
 | 
						|
 | 
						|
_arguments \
 | 
						|
  -{help,all,global,screen,screens,n,quiet,nocpp,symbols,query,load,merge,remove,retain} \
 | 
						|
  '-display:display:_x_display' \
 | 
						|
  '-cpp:preprocessor program:_files -g \*\(\*\)' \
 | 
						|
  '-edit:file to insert:_files' \
 | 
						|
  '-backup:suffix for backup: ' \
 | 
						|
  '*:defaults file:_files'
 | 
						|
 |