From bd870868d3b24f8ecd0056bae2597709a2c53adf Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 17 Dec 2012 14:43:17 +0100 Subject: [PATCH] Restore original prompt This reverts the changes to the prompt introduced by commit 843931fc6e0ef4c638b3fe253fdb48e083415221 Signed-off-by: Pierre Schmitz --- etc/zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 37d3943..50fac90 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1400,9 +1400,9 @@ ${BLUE}%n${NO_COLOR}@%m %40<...<%B%~%b%<< " else # This assembles the primary prompt string if (( EUID != 0 )); then - PROMPT="%B${RED}${EXITCODE}${WHITE}${debian_chroot:+($debian_chroot)}${BLUE}%b%n${NO_COLOR}@${CYAN}%m${NO_COLOR} %40<...<%B%~%b%<< " + PROMPT="${RED}${EXITCODE}${WHITE}${debian_chroot:+($debian_chroot)}${BLUE}%n${NO_COLOR}@%m %40<...<%B%~%b%<< " else - PROMPT="%B${BLUE}${EXITCODE}${WHITE}${debian_chroot:+($debian_chroot)}${RED}%b%n${NO_COLOR}@${CYAN}%m${NO_COLOR} %40<...<%B%~%b%<< " + PROMPT="${BLUE}${EXITCODE}${WHITE}${debian_chroot:+($debian_chroot)}${RED}%n${NO_COLOR}@%m %40<...<%B%~%b%<< " fi fi fi -- 2.1.4