From: Frank Terbeck Date: Tue, 26 Aug 2008 14:21:48 +0000 (+0200) Subject: zshrc: Fixing a stupid typo in the last commit, which totally broke our prompt X-Git-Tag: 0.3.52~3 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=7d52381ce375b3b2b55b7bdbfa9a4393e94bd066 zshrc: Fixing a stupid typo in the last commit, which totally broke our prompt --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 2f34f69..7a5f2f3 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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