zshrc: Fixing $PS2
authorFrank Terbeck <ft@grml.org>
Thu, 11 Sep 2008 10:06:05 +0000 (12:06 +0200)
committerFrank Terbeck <ft@grml.org>
Thu, 11 Sep 2008 10:06:05 +0000 (12:06 +0200)
commit2766d2da77c8ea7f4b06a6ed1d9fe3f791d90374
tree659f471accd9b30c4aea8697370b5387bea4c8c5
parent988b6ab9c3675452786e2459ae5799bc0732a6a4
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.
debian/changelog
etc/zsh/zshrc