zsh: display unterminated lines
This commit is contained in:
parent
4428c88913
commit
a4836f3675
2 changed files with 9 additions and 5 deletions
|
@ -39,6 +39,11 @@ in {
|
|||
unsetopt AUTO_CD
|
||||
|
||||
source ${channelSources}
|
||||
|
||||
# print lines without termination
|
||||
setopt PROMPT_CR
|
||||
setopt PROMPT_SP
|
||||
export PROMPT_EOL_MARK=""
|
||||
'';
|
||||
|
||||
sessionVariables = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue