File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,6 +302,8 @@ \subsection{The Interactive Startup File}
302302interactive session). It is executed in the same name space where
303303interactive commands are executed, so that objects that it defines or
304304imports can be used without qualification in the interactive session.
305+ You can also change the prompts {\tt sys.ps1} and {\tt sys.ps2} in
306+ this file.
305307
306308If you want to read an additional start-up file from the current
307309directory, you can program this in the global start-up file, e.g.
Original file line number Diff line number Diff line change @@ -302,6 +302,8 @@ \subsection{The Interactive Startup File}
302302interactive session). It is executed in the same name space where
303303interactive commands are executed, so that objects that it defines or
304304imports can be used without qualification in the interactive session.
305+ You can also change the prompts {\tt sys.ps1} and {\tt sys.ps2} in
306+ this file.
305307
306308If you want to read an additional start-up file from the current
307309directory, you can program this in the global start-up file, e.g.
You can’t perform that action at this time.
0 commit comments