From a2a7bb967e361b0a86480d64b23fcae494d36108 Mon Sep 17 00:00:00 2001 From: Nils Pascal Illenseer Date: Sun, 21 Aug 2011 17:32:34 +0200 Subject: [PATCH] Start prompt with a newline for separation. --- themes/illenseer-verbose.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/illenseer-verbose.zsh-theme b/themes/illenseer-verbose.zsh-theme index 64df40724..19a9926a2 100644 --- a/themes/illenseer-verbose.zsh-theme +++ b/themes/illenseer-verbose.zsh-theme @@ -57,7 +57,8 @@ function prompt_char { # Prompt format if [[ "$TERM" != "dumb" ]] && [[ "$DISABLE_LS_COLORS" != "true" ]]; then - PROMPT='${user} at ${loc} in %{$fg_bold[blue]%}$(collapse_pwd)%{$reset_color%}$(git_prompt_info)$(git_prompt_status)$(git_prompt_short_sha)%{$reset_color%}$(git_prompt_ahead) + PROMPT=' +${user} at ${loc} in %{$fg_bold[blue]%}$(collapse_pwd)%{$reset_color%}$(git_prompt_info)$(git_prompt_status)$(git_prompt_short_sha)%{$reset_color%}$(git_prompt_ahead) %{$fg_bold[white]%}$(prompt_char)%{$reset_color%} ' RPROMPT='${ret_status}' else