/usr/share/sagemath/bin/sage-maxima.lisp is in sagemath-common 8.1-7ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | ;(setf *prompt-prefix* "<prompt>")
;(setf *prompt-suffix* "</prompt>")
;(setf *general-display-prefix* "<sage-display>")
(setf *prompt-prefix* "<sage-display>")
|