config/users/pbsds/home/files/ptpython-config.py
2025-01-20 12:23:46 +01:00

6 lines
187 B
Python

# 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")