zshrc: Fixing ${YELLOW]}, which is bad zsh syntax.
authorFrank Terbeck <ft@grml.org>
Mon, 1 Sep 2008 09:50:32 +0000 (11:50 +0200)
committerFrank Terbeck <ft@grml.org>
Mon, 1 Sep 2008 09:50:32 +0000 (11:50 +0200)
Remember, 'hg pull' != 'git pull' when testing changes... *sigh*

debian/changelog
etc/zsh/zshrc

index d893729..4280c92 100644 (file)
@@ -1,3 +1,9 @@
+grml-etc-core (0.3.55) unstable; urgency=low
+
+  * zshrc: Fixing ${YELLOW]}, which is bad zsh syntax.
+
+ -- Frank Terbeck <ft@grml.org>  Mon, 01 Sep 2008 11:49:41 +0200
+
 grml-etc-core (0.3.54) unstable; urgency=low
 
   [ Frank Terbeck ]
index aecf3d9..05c114a 100644 (file)
@@ -1505,7 +1505,7 @@ else
     # these are the same, just with a lot of colours:
     zstyle ':vcs_info:*' promptactionformat "${MAGENTA}(${NO_COLOUR}%s${MAGENTA})${YELLOW}-${MAGENTA}[${GREEN}%b${YELLOW}|${RED}%a${MAGENTA}]${NO_COLOUR} "
     zstyle ':vcs_info:*' promptformat       "${MAGENTA}(${NO_COLOUR}%s${MAGENTA})${YELLOW}-${MAGENTA}[${GREEN}%b${MAGENTA}]${NO_COLOUR}%} "
-    zstyle ':vcs_info:(svn|bzr)' branchformat "%b${YELLOW]}:%r"
+    zstyle ':vcs_info:(sv[nk]|bzr)' branchformat "%b${YELLOW}:%r"
 fi
 
 # }}}