about summary refs log tree commit diff
path: root/Functions/VCS_Info/VCS_INFO_get_cmd
blob: 26046f1c5911c30d2309f051198634e62a06bcfd (plain) (blame)
1
2
3
4
5
6
## 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}