Mercurial > dotfiles
view dot_ipython/profile_default/ipython_config.py @ 554:62dfda3f3d31
Add git to brew packages
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 02 Feb 2022 16:03:00 +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']