Remove cr from prompt_opts, fixes #127
This commit is contained in:
2
pure.zsh
2
pure.zsh
@@ -246,7 +246,7 @@ prompt_pure_setup() {
|
|||||||
# if output doesn't end with a newline
|
# if output doesn't end with a newline
|
||||||
export PROMPT_EOL_MARK=''
|
export PROMPT_EOL_MARK=''
|
||||||
|
|
||||||
prompt_opts=(cr subst percent)
|
prompt_opts=(subst percent)
|
||||||
|
|
||||||
zmodload zsh/datetime
|
zmodload zsh/datetime
|
||||||
autoload -Uz add-zsh-hook
|
autoload -Uz add-zsh-hook
|
||||||
|
|||||||
Reference in New Issue
Block a user