Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Somehow my prompt broke in 5.2
- X-seq: zsh-users 21124
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Somehow my prompt broke in 5.2
- Date: Wed, 6 Jan 2016 20:44:52 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=xc3sjIwa8DlZqXHqAyPf/rrLreYI/2HfM9+KfN/Xonk=; b=Oz2qMPrBN9efgEstafJ66h1+rlmlNY1xFmhjchZFn5VME9qUYTeyh4+JBLEGfsSXdB sNQtgKNSXR+tRYtTG5peRZehLb7tQOkD3jjn/Vv0akwY3q16Oowo0gfHOokVDANaofbW 0k7c8mrE2HhAd5ls4MNbbviyc78nrz/67ah09MoUtzIWmKQ6X4rCkmpJthMIyOIGSNUy PVRZTJ7FB8tmHOBRzmpScfFh4mIt14nJdBUkDGF29EfpNhXci2qHshlUlIhjtCx2qUQH s4on7qWGSw9gnEPaU5Q9lEDXj8fahQCD+nn2NGRYJcMt5MzvfpzIXDTh/6aLOj4w/9Rr VpWg==
- In-reply-to: <ufa37uarrgd.fsf@epithumia.math.uh.edu>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <ufa37uarrgd.fsf@epithumia.math.uh.edu>
On Jan 6, 9:36pm, Jason L Tibbitts III wrote:
} Subject: Somehow my prompt broke in 5.2
}
} I'm trying to understand why the current directory is missing from my
} (left) prompt string in 5.2 but appears just fine in 5.1.1 and earlier.
There is a bug in Functions/VCS_Info/VCS_INFO_nvcsformats in the 5.2
release -- a local variable got declared at the wrong scope when the
function was updated.
Delete line 7 ( local -a msgs ) from VCS_INFO_nvcsformats and you
should be good to go. If you have problems with WARN_CREATE_GLOBAL,
add that same line to Functions/VCS_Info/vcs_info instead.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author