config/users/pbsds/home/files/ptpython-config.py

6 lines
187 B
Python
Raw Normal View History

2025-01-20 12:23:04 +01:00
# 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")