Files
dotfiles/ipython/ipython_config.py
T
Henrik Bakken 581fe0e7a7 ipython config
2025-09-03 14:17:06 +02:00

6 lines
218 B
Python

c.InteractiveShell.colors = "Linux"
c.TerminalInteractiveShell.colors = "Linux"
c.TerminalInteractiveShell.confirm_exit = False
c.TerminalInteractiveShell.true_color = True
c.TerminalInteractiveShell.editing_mode="vi"