From 89815decd679018738e7c71f5eecf26c969f12db Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 9 Apr 2013 00:30:39 +0200 Subject: [PATCH] Fix Virtualenv prompt example Reported-by: nicorevin Signed-off-by: Frank Terbeck --- debian/NEWS | 2 +- etc/skel/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ## -- 2.1.4