Remove cr from prompt_opts, fixes #127

This commit is contained in:
Mathias Fredriksson
2015-07-16 10:15:56 +03:00
parent 7f90797e8d
commit 2509a1fac0

View File

@@ -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