[zsh] Treat git-svn the same as git in the prompt
This commit is contained in:
parent
413799a85c
commit
ff561f808f
2 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue