mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef prompt
 | |
| 
 | |
| _arguments -s \
 | |
|   '-l[list themes]:*:' \
 | |
|   "-h[help]::prompt theme:($prompt_themes):*:" \
 | |
|   "-p[preview theme(s)]:*:prompt theme:($prompt_themes):*:" \
 | |
|   {-s'[set and save theme]','*'}":prompt themes:($prompt_themes):*:"
 |