zshrc: Fixing a stupid typo in the last commit, which totally broke our prompt
authorFrank Terbeck <ft@grml.org>
Tue, 26 Aug 2008 14:21:48 +0000 (16:21 +0200)
committerFrank Terbeck <ft@grml.org>
Tue, 26 Aug 2008 14:21:48 +0000 (16:21 +0200)
etc/zsh/zshrc

index 2f34f69..7a5f2f3 100644 (file)
@@ -1436,7 +1436,7 @@ ${BLUE}%n${NO_COLOUR}@%m %40<...<%B%~%b%<< %# "
     else
         # This assembles the primary prompt string
         if (( EUID != 0 )); then
-            PROMPT="${RED}${EXITCODE}${WHITE}${debian_chroot:+($debian_chroot)}${BLUE}%n${NO_COLOUR}@%m %40<...<%B%~%b%<<'$(vcs_info)'"%# "
+            PROMPT="${RED}${EXITCODE}${WHITE}${debian_chroot:+($debian_chroot)}${BLUE}%n${NO_COLOUR}@%m %40<...<%B%~%b%<< "'$(vcs_info)'"%# "
         else
             PROMPT="${BLUE}${EXITCODE}${WHITE}${debian_chroot:+($debian_chroot)}${RED}%n${NO_COLOUR}@%m %40<...<%B%~%b%<< "'$(vcs_info)'"%# "
         fi