diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 2b33c48bc..016a45fad 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -178,4 +178,9 @@ build_prompt() { prompt_end } -PROMPT='%{%f%b%k%}$(build_prompt) ' +if [ "${PROMPT_ON_NEWLINE}" = "true" ] ; then + PROMPT='╭─%{%f%b%k%}$(build_prompt) +╰─ ' +else + PROMPT='%{%f%b%k%}$(build_prompt) ' +fi