From e7d2312a04c7c27b511ccf60b32e173fac5456a8 Mon Sep 17 00:00:00 2001 From: Paulo Roberto Lima Date: Sat, 2 Jun 2018 14:22:19 -0300 Subject: [PATCH] Add line break on start up initiates terminal with line break --- agnoster.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agnoster.zsh-theme b/agnoster.zsh-theme index 4eceafdc..321b0d4b 100644 --- a/agnoster.zsh-theme +++ b/agnoster.zsh-theme @@ -58,7 +58,8 @@ prompt_segment() { # End the prompt, closing any open segments prompt_end() { if [[ -n $CURRENT_BG ]]; then - print -n "%{%k%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR" + print -n "%{%k%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR\n$" + print -n " %{%k%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR" else print -n "%{%k%}" fi