1## vim:ft=zsh
2# find out if the user wants us to use a special binary.
3# the default command name is the same as the backend name.
4local cmd
5zstyle -s ":vcs_info:${vcs}:${usercontext}:${rrn}" "command" cmd
6vcs_comm[cmd]=${cmd:-$vcs}
7