From: Amand Tihon <amand.tihon@iba-group.com>
Date: Mon, 11 Apr 2011 09:22:31 +0000 (+0200)
Subject: zsh options: enable prompt_cr
X-Git-Url: https://git.alrj.org/?a=commitdiff_plain;h=465147e6a56fa02599c62a11d00795fcd5194a1d;p=zsh.d.git

zsh options: enable prompt_cr
---

diff --git a/S10_zshopts b/S10_zshopts
index c4c3b6c..2697a16 100644
--- a/S10_zshopts
+++ b/S10_zshopts
@@ -7,6 +7,7 @@ fi
 
 setopt auto_cd
 setopt nobeep
+setopt prompt_cr            # Newline before prompt when needed
 
 autoload -U colors
 colors