You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As major releases go, this is pretty minor. To use this release, you need to modify
your startup.py scripts, for the default workspace and for any
workspaces you have created. (The default startup file is most likely location
is ~/.config/marcel/workspace/__DEFAULT__/startup.py. For a workspace named foobar, it's ~/.config/marcel/workspace/foobar/startup.py).
In your startup scripts make the following changes:
Change PROMPT = (...) or PROMPT=[...] to set_prompt(...).
Delete the PROMPT_CONTINUATION assignment statement.
This discussion was created from the release v0.33.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As major releases go, this is pretty minor. To use this release, you need to modify
your startup.py scripts, for the default workspace and for any
workspaces you have created. (The default startup file is most likely location
is
~/.config/marcel/workspace/__DEFAULT__/startup.py. For a workspace namedfoobar, it's~/.config/marcel/workspace/foobar/startup.py).In your startup scripts make the following changes:
PROMPT = (...)orPROMPT=[...]toset_prompt(...).PROMPT_CONTINUATIONassignment statement.This discussion was created from the release v0.33.0.
Beta Was this translation helpful? Give feedback.
All reactions