[zsh] Treat git-svn the same as git in the prompt

This commit is contained in:
Eryn Wells 2022-01-22 10:36:36 -08:00
parent 413799a85c
commit ff561f808f
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ autoload -Uz vcs_info
zstyle ':vcs_info:*' disable p4 bzr cdv darcs mtn svk tla cvs svn
zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:git:general:*' formats '%b'
zstyle ':vcs_info:git-svn:general:*' formats '%b'
# Export the current Git branch before every prompt.
function export_gitbranch {