zsh-users
 help / color / mirror / code / Atom feed
* vcs_info
@ 2011-09-15  7:41 Miek Gieben
  2011-09-15  8:48 ` vcs_info Julien Nicoulaud
  0 siblings, 1 reply; 8+ messages in thread
From: Miek Gieben @ 2011-09-15  7:41 UTC (permalink / raw)
  To: Zsh Users

[-- Attachment #1: Type: text/plain, Size: 990 bytes --]

Hello,

I just found out about vcs_info (http://eseth.org/2010/hg-in-zsh/), I played
with it a little and it looks very nice.

But I was wondering if the following setup is possible. I have
my home directory stored in .git. And in my $HOME I have multiple
other repositories (git, svn, hg, whatever). And it look like this
doesn't play well with each other.

    autoload -Uz vcs_info   
    precmd () { vcs_info }
    PS1='%F{5}[%F{2}%n%F{5}] %F{3}%3~ ${vcs_info_msg_0_}%f%# '

    cd ~
    [miekg] ~  (git)-[master]-% cd ~/src/godns          # correctly show ~

    # go to the git repo of godns
    [miekg] ~/src/godns  (git)-[tsig]-% cd ../go        # correctly show tsig branch of godns

    # go to the hg repo of go itself
    [miekg] ~/src/go  (git)-[master]-% hg id            # shows higher level git, not hg
    c934f6f5fe8b weekly/weekly.2011-09-01

Is there something I can do about this, or should this be considered a bug?

 grtz,

-- 
    Miek

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-09-15 13:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-15  7:41 vcs_info Miek Gieben
2011-09-15  8:48 ` vcs_info Julien Nicoulaud
2011-09-15  9:03   ` vcs_info Miek Gieben
2011-09-15  9:15     ` vcs_info Julien Nicoulaud
2011-09-15  9:38       ` vcs_info René Neumann
2011-09-15 12:30         ` vcs_info Quabug.Yuan
2011-09-15 12:12   ` vcs_info Frank Terbeck
2011-09-15 13:01     ` vcs_info Julien Nicoulaud

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).