mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-04 07:21:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
## vim:ft=zsh
 | 
						|
# find out if the user wants us to use a special binary.
 | 
						|
# the default command name is the same as the backend name.
 | 
						|
local cmd
 | 
						|
zstyle -s ":vcs_info:${vcs}:${usercontext}:${rrn}" "command" cmd
 | 
						|
vcs_comm[cmd]=${cmd:-$vcs}
 |