commit: zshrc: Fixing $PS2

Frank Terbeck ft at repos.grml.org
Thu Sep 11 12:08:25 CEST 2008


Changeset available online at:

http://hg.grml.org/grml-etc-core/rev/9ef02f6cf89f147c685e0f2ac0157da0abf42278


changeset:   447:9ef02f6cf89f147c685e0f2ac0157da0abf42278
tag:         tip
user:        Frank Terbeck <ft at grml.org>
date:        Thu Sep 11 12:06:05 2008 +0200
files:       debian/changelog etc/zsh/zshrc
description:
zshrc: Fixing $PS2

We use prompt_subst for vcs_info() to work. PS2 contained a backtick, which
starts off command substitution. There was no closing backtick (because the
backtick is meant to be there for cosmetic reasons only), so that threw
a parsing error now. Thanks to Matthias Merk noticing.

This also removes some dead comments.





More information about the Git-commits mailing list