This commit is contained in:
2025-01-20 12:23:04 +01:00
parent 0cb4c954eb
commit 683615a8da
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,5 @@
# https://github.com/prompt-toolkit/ptpython/blob/master/examples/ptpython_config/config.py
def configure(repl):
repl.confirm_exit = False
repl.use_code_colorscheme("lightbulb")