view dot_ipython/profile_default/ipython_config.py @ 540:9036f18c5ad4

restructure zshrc to load all paths before loading plugins
author zegervdv <zegervdv@me.com>
date Fri, 28 Jan 2022 09:11:34 +0100
parents bc1a474c732b
children cffb5f8caafa
line wrap: on
line source

c.TerminalInteractiveShell.confirm_exit = False
c.TerminalInteractiveShell.editing_mode = 'vi'
c.InteractiveShellApp.extensions = ["autoreload"]
c.InteractiveShellApp.exec_lines = ['%autoreload 2']