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