Skip to content

Commit 7047a23

Browse files
author
Jonathan Dahan
authored
Merge pull request #298 from geometry-zsh/frm/fix-newline
Fix geometry_newline.
2 parents e75e1e0 + 78f5e7a commit 7047a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/geometry_newline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# geometry_newline - add to the end of GEOMETRY_PROMPT to get a 2-line prompt!
22

3-
geometry_newline() { echo '\n\r'; }
3+
geometry_newline() { echo "\n\0"; }

0 commit comments

Comments
 (0)