branch: externals/org
commit b62f1b142cf0c34f0e9078b4391ce2ad34a227e5
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    org-babel-sh-prompt: Use cuneiform "break" 𒆸 symbol as unique prompt
    
    * 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 f148fead7c..76908315f2 100644
--- a/lisp/ob-shell.el
+++ b/lisp/ob-shell.el
@@ -273,7 +273,7 @@ var of the same value."
   "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

Reply via email to