From: Frank Terbeck Date: Mon, 8 Apr 2013 22:30:39 +0000 (+0200) Subject: Fix Virtualenv prompt example X-Git-Tag: v0.8.2~2 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=89815decd679018738e7c71f5eecf26c969f12db Fix Virtualenv prompt example Reported-by: nicorevin Signed-off-by: Frank Terbeck --- diff --git a/debian/NEWS b/debian/NEWS index d03b75c..7b73b97 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -30,7 +30,7 @@ grml-etc-core (0.8.0) unstable; urgency=low } grml_theme_add_token \ virtual-env -f virtual_env_prompt '%F{magenta}' '%f' - zstyle ':prompt:grml:left:setup:items' \ + zstyle ':prompt:grml:left:setup' items \ rc virtual-env change-root user at host path vcs percent * zshrc: Keyboard setup changed to terminfo data diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 684ee0e..ddb49c0 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -48,7 +48,7 @@ fi # REPLY=${VIRTUAL_ENV+(${VIRTUAL_ENV:t}) } #} #grml_theme_add_token virtual-env -f virtual_env_prompt '%F{magenta}' '%f' -#zstyle ':prompt:grml:left:setup:items' rc virtual-env change-root user at host path vcs percent +#zstyle ':prompt:grml:left:setup' items rc virtual-env change-root user at host path vcs percent ## ZLE tweaks ##