From 2509a1fac0c145f57437d7fd6a2c0a06e55fa72c Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 16 Jul 2015 10:15:56 +0300 Subject: [PATCH] Remove cr from prompt_opts, fixes #127 --- pure.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pure.zsh b/pure.zsh index db3ab21..37c3bda 100644 --- a/pure.zsh +++ b/pure.zsh @@ -246,7 +246,7 @@ prompt_pure_setup() { # if output doesn't end with a newline export PROMPT_EOL_MARK='' - prompt_opts=(cr subst percent) + prompt_opts=(subst percent) zmodload zsh/datetime autoload -Uz add-zsh-hook