From 5b98fef45f262e46323241c0482bf81573cdb763 Mon Sep 17 00:00:00 2001 Message-ID: <5b98fef45f262e46323241c0482bf81573cdb763.1719774270.git.yantar92@posteo.net> In-Reply-To: References: From: Ihor Radchenko Date: Sun, 30 Jun 2024 21:00:17 +0200 Subject: [PATCH 4/4] =?UTF-8?q?org-babel-sh-prompt:=20Use=20cuneiform=20"b?= =?UTF-8?q?reak"=20=F0=92=86=B8=20symbol=20as=20unique=20prompt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lisp/ob-shell.el (org-babel-sh-prompt): Change the value of unique prompt from long prompt string to a much shorter, but still unlikely to appear in output, single-char prompt. Cuneiform because Sumerian, Babylon, Tower ob Babel :) --- lisp/ob-shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el index f148fead7..05bded918 100644 --- a/lisp/ob-shell.el +++ b/lisp/ob-shell.el @@ -273,7 +273,7 @@ (defvar org-babel-sh-eoe-indicator "echo 'org_babel_sh_eoe'" "String to indicate that evaluation has completed.") (defvar org-babel-sh-eoe-output "org_babel_sh_eoe" "String to indicate that evaluation has completed.") -(defvar org-babel-sh-prompt "org_babel_sh_prompt> " +(defvar org-babel-sh-prompt "𒆸 " "String to set prompt in session shell.") (defvar-local org-babel-sh--prompt-initialized nil -- 2.45.2